hi
I will confirm that.
hi
AddNewtonsoftJson will replace the System Text Json, but I don't think there will be a problem.
hi
However, it doesn't seem possible to use IdentityUserManager and IdentityLinkUserManager from within the web host.
By design, you should use the application service interface in web.host. You can create application services for IdentityUserManager and IdentityLinkUserManager.
how to get to the ABP applications logs on Azure Web Service, because currently I'm not seeing them.
The logs of asw-raas-dev-api.azurewebsites.net exists Logs/logs.txt
The /wwwroot/Logs is not logs folder.
hi
Can you try https://github.com/abpframework/abp/issues/11069 ?
hi
please try to upgrade to 6.0.1 we fixed a bug in 6.0.0.
hi
can you check the logs of the HttpApi.Host website?
You can consider passing services or IServiceProvider to static method.
I think you don't need to Remove in other environments.
hi
You can use SmtpEmailSender like:
context.Services.Replace(ServiceDescriptor.Singleton<IEmailSender, SmtpEmailSender>());