I am just playing around with .Net Aspire. I have published the default starter application. When I am trying to access the dashboard it’s not loading. I can access the dashboard locally but published on is not working.
In the browser console, it’s giving the below error.
Error: There was an unhandled exception on the current circuit, so
this circuit will be terminated. For more details turn on detailed
exceptions by setting ‘DetailedErrors: true’ in
‘appSettings.Development.json’ or set ‘CircuitOptions.DetailedErrors’.
I followed this question as well but it didn’t help. I am new to the blazor as well. so pardon me if it’s an obvious question.