Your ROOT_URL in app.ini is https://gitea.mochalinpa.ru/ but you are visiting http://gitea.mochalinpa.ru/MochalinPA/MudBlazorApp/src/commit/29381c25fa21df5a4a1ea765e33ef24b9559a21e/TestApp02/appsettings.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
MudBlazorApp/TestApp02/appsettings.json

11 lines
182 B

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}