I am following this tutorial here to add Authentication to my blazor application
Unfortunately when I run the web app, the partial isn't being picked up and this is the error The default Identity UI layout requires a partial view '_LoginPartial' usually located at '/Pages/_LoginPartial' or at '/Views/Shared/_LoginPartial' to work. Based on your configuration we have looked at it in the following locations:
I tried moving the _LoginPartial.cshtml around but it didn't work. If I can get some assistance please on how to get my application to pick up the partial.



