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/Pages/Login.cshtml
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
@page
|
|
@model BlazorCookieAuth.Server.Pages.LoginModel
|
|
@{
|
|
ViewData["Title"] = "Log in";
|
|
}
|
|
<h2>Login</h2> |