Your ROOT_URL in app.ini is https://gitea.mochalinpa.ru/ but you are visiting http://gitea.mochalinpa.ru/MochalinPA/MudBlazorApp/src/commit/9b7289569ae0d77fb60a399d54cd0b4f2b975863/TestApp02/Pages/_Host.cshtml You should set ROOT_URL correctly, otherwise the web may not work correctly.
MudBlazorApp/TestApp02/Pages/_Host.cshtml

8 lines
187 B

@page "/"
@namespace TestApp02.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@{
Layout = "_Layout";
}
<component type="typeof(App)" render-mode="ServerPrerendered" />