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? |
Answered by
yasmoradi
Jul 21, 2025
Replies: 2 comments
|
Could you please run project using Ctrl + F5? |
0 replies
Answer selected by
micampbell
|
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could you please run project using Ctrl + F5?
And sign-in in the /sign-in url
Any screenshot or logs or something like that?