Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

Login page of Blazor 8 is refreshing in a loop [closed]

$
0
0

I'm developing a Blazor 8 server application. I adapted the nav menu to a SFmenu from Syncfusion.

In app.razor I'm using

<Routes @rendermode="InteractiveServer" /> 

and

<HeadOutlet @rendermode="InteractiveServer" />

But when I request the page login, login.razor has a constant refresh.

What could be the problem?

enter image description here

enter image description here

In app.razor I have

enter image description here


Viewing all articles
Browse latest Browse all 4839

Trending Articles