hi
I think it can definitely reproduce the problem on your computer, But it is difficult to debug applications remotely. Can you first compare the code of the new and old projects?
hi
The provider
should be a fixed value. and the providerKey
is the same as ClaimTypes.NameIdentifier
https://github.com/dotnet/aspnetcore/blob/release/7.0/src/Identity/Core/src/SignInManager.cs#L703
hi
We have fixed this, What's your abp version?
https://github.com/abpframework/abp/pull/16677/
hi
siemens.pSSX.odms.models.v130.model;
This sample also uses the ajax to get the different results
https://github.com/abpframework/abp-samples/blob/master/Api-Versioning/host/BookStore.WebApp/Pages/Index.cshtml#L9-L35
https://github.com/abpframework/abp-samples/pull/126
hi
You have to do this manually. This is no built-in way.
You can download the saas module source code to check the logic.
Please feel free to add your comments. Thanks
hi
https://docs.abp.io/en/abp/latest/Autofac-Integration#using-the-autofac-registration-api
hi
login page
hi
I can't build your app.
The project file "Liberate/modules/Volo.Account.Pro/test/Volo.Abp.Account.Pro.Application.Tests/Volo.Abp.Account.Pro.Application.Tests.csproj" was not found. [/Liberate/Liberate.sln]
but you can try to add typeof(ChatSignalRModule)
to your LiberateBlazorModule
You can download the chat module source code, there are some test apps in it.
hi
This is how web application works: request and response one by one.