[maliming] said: hi
Checking the source code in remote meetings will be very slow. If you can share a project recurrence problem, we will troubleshoot and resolve it as quickly as possible.
Thanks
Hi,
Instead of migrating directly to 9.3.0, I first migrated all backend services to 9.0.0, and that worked successfully. But when I attempted to do the same with the Angular application, I encountered with below runtime error.

and also when i try to use the forLazy in the below it's giving compile time error { path: 'account', loadChildren: () => import('@volo/abp.ng.account/public').then(m => m.AccountPublicModule.forLazy()), },
Thanks
[maliming] said: hi
You can share your latest project that can reproduce the exception.
Thanks.
Hi May we schedule a call to examine the issue, and if feasible, discuss the other two pending tickets during the same call?
Thanks
[maliming] said: hi
Can you add tenant header here?
Please also share the full debug logs.txt of the authserver project.
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
liming.ma@volosoft.com
Thanks.
Hi I have shared the log file of auth server and let me know if you require any further information
Thanks
[maliming] said: hi
This is very strange. Could you share a project that reproduces the exception?
Thanks.
My application was originally built on ABP version 7.2. Later, we migrated it to 8.2, and now we need to upgrade it to 10.x. To achieve that, we are first upgrading it to 9.3, and during this upgrade I encountered the above issue. How can I share that?
[maliming] said: hi
Can you share your
logs.txtfile of AuthServer project?liming.ma@volosoft.com
Thanks.
Hi I have sent you the file please let me know if you require any further information
[maliming] said: hi
The header name starts with two underscores.
__tenantThanks.
am i need to provide any code like below in authserver ** "IdentityClients": { "Default": { "GrantType": "client_credentials", "ClientId": "AdministrationService", "ClientSecret": "1q2w3e*", "Authority": "https://localhost:44322", "Scope": "ClinicService" } },**
[maliming] said: hi
See https://abp.io/support/questions/7044/Unable-to-get-access-token-in-request-response#answer-3a11f692-0164-97bf-03f4-e32afb3b4de4
But i need to login as a tenant user for that i have been using client Id from Identity.OpenIddictApplications table and its giving the below error even though the username, password are correct and grant is being present in the Permissions column of Identity.OpenIddictApplications table
{ "error": "invalid_grant", "error_description": "Invalid username or password!", "error_uri": "https://documentation.openiddict.com/errors/ID2024" }
[maliming] said: hi
I started the MFA project, and I can see the
Authenticator apppage of a tenant(proxycare) .