'Blazor server publish runs authentication but after shows blank page

I run my Blazor Server app locally without a problem, but when I publish it to Azure App Service, it shows the login screen but after I authenticate the shows only a blank page wothout showing any kind of error in browser console or Network, the only thing I can see is in Elements:

enter image description here

The application logs hsowme this:

enter image description here

Can anyone help me?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source