I am running a Blazor WASM hosted project 6.0 and in development it perfectly works, but when I deploy/publish it to Azure app, I get the following error
HTTP Error 500.30 - ASP.NET Core app failed to start Common solutionsto this issue: The app failed to start The app started but thenstopped The app started but threw an exception during startupTroubleshooting steps: Check the system event log for error messagesEnable logging the application process' stdout messages Attach adebugger to the application process and inspect For more informationvisit: https://go.microsoft.com/fwlink/?LinkID=2028265
How can I debug the issue? It says system event log but the application is hosted in Azure, is there any mechanism to know the exact cause of the error?