Can you re-clone your project code into a new folder and try to execute yarn and create-bundles?
see: https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Core/Controllers/TokenAuthController.cs#L128
As I said, most of the time you don't need to do this.
You can copy the abp code and write a new component, then replace the abp built-in components for easy debugging.
Of course, most of the cases do not need
Can you connect to the redis database to see if there is data?
Try clear the redis cache data.
@philwynn The return content you currently get indicates that your login is successful, and the encrypted JWT token
It seems that the json data format of the redis storage is incorrect. You can try to clear the redis data and restart the application.
I also often encounter this hint from VS. There seems to be no way unless you rewrite and replace the component.
Can you share the html and ts complete code of your component?