hi
The modules are independent of each other. There will be no problem upgrading to the new version of abp.
Thanks.
hi
I think using Lepton(old) is the best choice for your case. You don't need to change the theme code.
Thanks.
hi
It seems your Blazor app doesn't get the access token.
Trying to replace our Blazor Wasm application to WebApp
Can you check your Blazor app Program.cs and Module.cs code with a new template project?
The new solution will have two projects.
Blazor and Blazor.Client, and it uses App.razor and Routes.razor
Thanks.
hi
Issue 1: Host (Super Admin) Login Issue
Please check the debug logs see what happened?
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
Can you also share an online URL and test user and password?
liming.ma@volosoft.com
Thanks.
hi
You can't get the current user's password. Do you have to use a different user account?
Client Credentials also works.
Thanks.
hi
Can you share your test app? Create a private repository in GitHub and invite https://github.com/maliming
Thanks
Great 👍
hi
You can use the code in this PR to fix it temporarily.
https://github.com/abpframework/abp/pull/24486
Thanks.
hi
Will you use OpenIddict in Child Project (API Host) project?
If not. You can remove all OpenIddict from it and use Main Project (Auth) as the authentication server. And add a JWT Bearer to Child Project (API Host)
After that:
You can get a token from Main Project (Auth) and pasing it to Child Project (API Host)
Thanks.