Hi!
I add manually the Identity by scafolding. Im trying to get to some pages such as Login or Register, but always get a 404 not found.
The same is happening to SignIn.razor (default structure of the blazor project)
It seems a configuration is
Hi friend! Thanks for answering.
What i was missing is the @page "/register" on page. Looks like solve!
Thanks!
Sorry, there's nothing at this address.
2. Check Directory Structure and File Names Make sure that the SignIn.razor, Register.razor files (or the filename you used) are in the correct folder and are named correctly. 3. Check Routes in Razor Files Make sure you have defined routes properly in your .razor files. For example: razor Copy the code @page "/signin"Thank you so much for helping me solve this problem, I have fnaf world read many articles but nothing helped me and when I saw this answer of yours I followed it and it is now working very stable.