hi
I am developing a Blazor Web App
Blazor WebApp has two modes.
Blazor Server and Blazor WASM. Have you overridden the Side Layout in both Blazor Server and WASM?
Thanks.
hi
I also have generated the har file while doing the logout, how do I share it with you? (It's 16 MB)
liming.ma@volosoft.com
If Microsoft has a signout endpoint, you can add a <iframe class="d-none" src="@ms_signout_Uri"></iframe> to Logout.cshtml to sign out of it.
Thanks.
hi
Cloudflare affected the abp.io website the day before yesterday, but it has now been restored.
The settings file in the tool's NuGet package is invalid: Settings file 'DotnetToolSettings.xml' was not found in the package.
Have you installed the NET 10 SDK? https://dotnet.microsoft.com/en-us/download/dotnet/10.0
If you install it, please try:
> mkdir test
> cd test
> dotnet new globaljson
> dotnet tool install -g Volo.Abp.Studio.Cli
The globaljson file content should be:
{
"sdk": {
"version": "10.0.100"
}
}
Thanks.
hi
Can you try to run this command in a new folder?
Do you have permission to create a folder?
Thanks.
hi
Thanks. I will check it and reply here asap.
hi
Pages coming from the Account.Pro module (e.g., Security Logs, Sessions, External logins etc.) do not use my CustomSideMenuLayout.
Can you share some screenshots?
Thanks.
hi
Can you share a test URL and test user?
liming.ma@volosoft.com Thanks
hi
Can you share the full output of abp get-source Volo.Abp.LeptonXTheme --version 3.3.4 command?
Thanks.