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
The dashboard calls the app host in the ApplicationName component using IDashboardClient. If the app host isn't available the dashboard throws an unhandled error and Blazor's yellow error bar is displayed.
We should catch connection related errors (RpcException) and display a notification to the user that the app host couldn't be called. Perhaps a dialog is displayed with a retry button. Clicking that button will refresh the dashboard (forced navigation to / URL)