On a Blazor server app that normally indicates that the user's connection to the server (which must be permanent and active/responsive) died and is being reconnected
As @cjard noted above, this is a hardware/configuration problem, not a programming problem.
You'll need to make sure that the server is configured to not terminate your web app when it is idle.
You'll need to make sure that you have a good network connection with nothing interfering with the data flowing between the server and the web browser. That might be difficult in your situation being in Iran, given the way your government does filtering of data packets. And even if you used a VPN, the VPN itself is also playing games with the data packets that might be beyond your control.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.