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
When an unhandled exception occurs in the client webapp, a default Blazor warning is shown at the bottom of the page asking the user to reload the page manually.
Note: this also occured when deploying .net9 version (upgraded from .net8). Probably because assemblies were outdated. It's important to have a nice displayed message instead of the default error.
Todo:
Replace this default error message with a custom styled message that gives more information to the user and gives more information about the error (if possible)?
The text was updated successfully, but these errors were encountered:
lanedirt
changed the title
Error when unhandled error occurs in webapp (simulate with a EF query fetch fail)
Customize error when unhandled error occurs in webapp
Oct 23, 2024
When an unhandled exception occurs in the client webapp, a default Blazor warning is shown at the bottom of the page asking the user to reload the page manually.
Note: this also occured when deploying .net9 version (upgraded from .net8). Probably because assemblies were outdated. It's important to have a nice displayed message instead of the default error.
Todo:
The text was updated successfully, but these errors were encountered: