Admin login in Blazor Studio app

I have some issues by logging in as admin in the development environment. It seems I have the same behavior as in this thread: Security Login missing admin user

I am using Blazor Studio as well. When I log in with the standard admin user, I get no error but I do not leave the login page. I also tried it in multiple projects.

Any ideas what is going wrong?

Thanks upfront, Markus

Hey Markus, I managed to get past the login page by changing the start url to have https and not http in the launch settings (I think it was), for some reason the http wont allow you to go any further than the login page.