Activities of "maliming"

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

Answer

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

  1. Please check the logs.txt

  2. There should be an error log in the event viewer. https://learn.microsoft.com/en-us/shows/inside/event-viewer

  3. 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

hi

The solution is to set IsServiceBusDisabled = true in HTTP API module.

Showing 5931 to 5940 of 11531 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.