Jonathan
Explore posts from serversError Accessing a User in Blazor
I am trying to setup my first Blazor project after being away from dotnet for a while to chase the javsacript world and I am completely stuck on something simple.
I have created a new blazor app with the template and enabled Individual Accounts for auth. I am simply trying to get the current user information for the home screen and I get an error :
The browser console has the error:
I have tried to do everything I can find about this. I have tried changing render modes, etc. I am at a complete loss.
The home page is simply this (which I based on the sample account pages)
I have put the entire repo here:
https://github.com/jmarbutt/ExampleIssues/tree/main/ExampleIssues
26 replies