How to fix the 'An unhandled error has occured. Reload. x'

Neil Hyakkimaru 35 Reputation points
2023-09-21T06:08:32.7733333+00:00

User's image

Because of this, i cant click nor navigate my components

Developer technologies | .NET | Blazor
Developer technologies | .NET | .NET MAUI
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
    2023-09-21T16:14:09.97+00:00

    basically you need to handle all errors. see docs:

    https://learn.microsoft.com/en-us/aspnet/core/blazor/fundamentals/handle-errors?view=aspnetcore-7.0

    note: if you get a circuit error with a blazor server app, there is no real recovery other than reload, but you can use javascript to automate this.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.