Handle exceptions in Blazor Server App
Ameet
1
Reputation point
We use Blazor Server app for our UI which calls APIs for almost all functions. When an API responds with an error code, what is the best way to show this response and not make the app break the circuit and become unresponsive.
Sign in to answer