unable to get template/boilerplate running without UnauthorizedException #11141
-
I've followed the instructions at: https://bitplatform.dev/templates/getting-started several times. Could it be because I want to use Aspire? I have the AppHost as the startup project, but I always get the error on line 223 of IdentityController.cs (UnauthorizedException). I know that I am supposed to log in to the test account but where/when do I do that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Could you please run project using Ctrl + F5? |
Beta Was this translation helpful? Give feedback.
-
Ah! yes. that worked for me. After running without debugging, I was able to get to the sign-in page and enter the test credentials. Of course, I want to run with debugging, but after restarting it, it does remember the credentials and works as expected. thank you. |
Beta Was this translation helpful? Give feedback.
Could you please run project using Ctrl + F5?
And sign-in in the /sign-in url
Any screenshot or logs or something like that?