❔ Blazor Server Auth causes stack overflow on Linux but not on Windows
I created a Blazor Server app using the template with individual authentication. Next I scaffolded the login/register/logout pages and replace the default IdentityUser and IdentityDbContext with my custom one.
When I run the project everything works fine until I navigate to the /Identity/Account/Login page. On linux I get a "attempting to reconnect to server" message and then I see:
"|Sorry, there's nothing at this address." for the server to then crash in a stack overflow.
On windows this doesn't happen except for the "attempting to reconnect to server part" the login/register pages work fine.
1 Reply
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.