Nothing happens when I login using admin

I followed your video Setup Security in a Blazor App using ASP.NET Core Identity and enabled security, then clicked run my application and entered the admin username and password and nothing happens.
What might have gone wrong?
I am connecting to an existing Azure SQL database which runs ASP.NET Core Identity for application build using Radzen Angular, could this have an impact.
Thanks for any support to resolve this.
Regards
Dominic

Hi @Dominic_Lallemant,

Yes, this could have an impact as this database has probably been built against an earlier version of ASP.NET Core Identity.

I suggest you also check the troubleshooting section. The admin account won't work in production apps and also won't work if you don't have a development HTTPS certificate installed.

1 Like

Thank you, I followed the instructions and verified my ASP.Net certificate and it worked :smiling_face: