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.Development.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
MudBlazorApp/TestApp02/appsettings.Development.json

11 lines
185 B

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}