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.
Each request will attempt to authenticate the user(verifying cookies access_token.)
app.UseAuthentication();