[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
Hi, My application was originally on ABP 7.2. Later, we migrated it to 8.2, and now we need to upgrade it to 10.x. For that, we are first upgrading to 9.3, and then we plan to move to 10.x.
I am upgrading each solution individually. I started with the AuthServer and migrated it to 9.3. However, when I try to run the application after the migration, I am getting the below error.
//Stack Trace
at Volo.Abp.DependencyInjection.ConventionalRegistrarBase.IsConventionalRegistrationDisabled(Type type)
at Volo.Abp.DependencyInjection.DefaultConventionalRegistrar.AddType(IServiceCollection services, Type type)
at Volo.Abp.DependencyInjection.ConventionalRegistrarBase.AddTypes(IServiceCollection services, Type[] types)
at Volo.Abp.DependencyInjection.ConventionalRegistrarBase.AddAssembly(IServiceCollection services, Assembly assembly)
at Microsoft.Extensions.DependencyInjection.ServiceCollectionConventionalRegistrationExtensions.AddAssembly(IServiceCollection services, Assembly assembly)
at Volo.Abp.AbpApplicationBase.<ConfigureServicesAsync>d__29.MoveNext()
at Volo.Abp.AbpApplicationFactory.<CreateAsync>d__21.MoveNext() at Microsoft.Extensions.DependencyInjection.ServiceCollectionApplicationExtensions.<AddApplicationAsync>d__21.MoveNext()
at Microsoft.Extensions.DependencyInjection.WebApplicationBuilderExtensions.<AddApplicationAsync>d__0`1.MoveNext()
at G1.health.AuthServer.Program.
[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) .