Hi…
I create a web APP without database connection, the app run corretcly on Blazor Studio on my pc, but when I plublish on IIS I can navigate the page, but when I click on a button I receive this error:
blazor.web.js:1 [2026-01-20T18:08:39.700Z] 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'.
what I have to check?
Thanks
Stefano