hi
The code is no problem
I think your environment/IIS has some problems.
You can try to publish a plain asp net core app to test it.
Join the meeting and share your screen. I will check it remotely.
https://us05web.zoom.us/j/89598491056?pwd=bzpVh7lE0bChhpuxeLaLRdfirTbRqL.1
hi
You can consider to add a new grant type.
https://community.abp.io/posts/how-to-add-a-custom-grant-type-in-openiddict.-6v0df94z
hi
You can add a new grand type to implement the passwordless.
var token = await UserManager.GenerateUserTokenAsync(adminUser,"PasswordlessLoginProvider","passwordless-auth");
await UserManager.VerifyUserTokenAsync(user,"PasswordlessLoginProvider","passwordless-auth",token);
https://community.abp.io/posts/how-to-add-a-custom-grant-type-in-openiddict.-6v0df94z
hi
Deploying an ABP application is not different than deploying any .NET or ASP.NET Core application. You can deploy it to a cloud provider (e.g. Azure, AWS, Google Could) or on-premise server, IIS or any other web server. ABP's documentation doesn't contain much information on deployment. You can refer to your provider's documentation.
Please follow these steps first. Thanks
Please check the logs.txt
There should be an error log in the event viewer. https://learn.microsoft.com/en-us/shows/inside/event-viewer
https://learn.microsoft.com/en-us/aspnet/core/test/troubleshoot-azure-iis?view=aspnetcore-8.0#50030-in-process-startup-failure
hi
This will fixed on 7.4.3
hi
Can you share your change-password.component.ts code?
I will check it asap
ok