hi
leptonx module source code and copy the aspnet-core/volo/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX/Themes/LeptonX/Layouts/Account/Default.cshtml to your project and hide the tenant selection component.account pro module source code and copy the abp/account/src/Volo.Abp.Account.Pro.Public.Web/Pages/Account/Login.cshtml to your project and add a new tenant name input.public virtual async Task<IActionResult> OnPostAsync(string action)(abp/account/src/Volo.Abp.Account.Pro.Public.Web/Pages/Account/Login.cshtml.cs) to change the current tenant.Thanks.
恩 你可以忽略这个csrf错误, 看看如何复现上述的菜单消息的问题. 当你测试的时候你可以在多个浏览器或者隐私标签中打开localhost来测试
The antiforgery token could not be decrypted.
大概率是你的应用程序没有持久化持DataProtection的加密 Key 每次启动都使用了一个新的key, 导致之前的cookies无法解密.
又或者有其他应用程序也使用了localhost 作为域名, 然后写入了新的cookie. 导致无法解密
详细的步骤是?
之后呢?
谢谢
如何在一个新的Blazor Server app 项目模版中复现问题? 步骤是?
What are the output logs of IntrospectAccessToken?
hi
Which version works for you?
MVC or BLazor Server
Thanks.
We will fix it in the next patch version
Your question ticket has been refunded.
Thanks.
hi
I will check it. Thanks.