You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I`ve got an Blazor server-side app deployed as self-contained (dotnet 3.0 preview4) on Azure AppServices.
It seems to run fine on simple Pages (counter with additional buttons or the weather forecast displayed in an pageable datagrid), but it dies after 0-5 UI interactions on a more advanced page.
In the browser-console the following error occurs and after that error the signalR connection is disconnected (without the automatic reconnection kicking in):
On my local dev maschine no such error occured even once.
To see this error happening open this link to the deployed webApp and click on some button or dropdowns, after some UI interactions the error should occur in the browser console.
If needed the source code for this app is located here.