Skip to content

Gracefully handle connection error between dashboard and app host #10879

@JamesNK

Description

@JamesNK

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)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions