Activities of "maliming"

hi

When we click on the I forgot my password link, a password reset link is sent as an e-mail.

What is the forgot password page? angular or mvc?

Can you share the code of Configure<AppUrlOptions> in your project?

You should set the PasswordReset to account/reset-password

Configure<AppUrlOptions>(options =>
{
    options.Applications["MVC"].RootUrl = configuration["App:SelfUrl"];
    options.RedirectAllowedUrls.AddRange(configuration["App:RedirectAllowedUrls"]?.Split(',') ?? Array.Empty<string>());

    options.Applications["Angular"].RootUrl = configuration["App:AngularUrl"];
    options.Applications["Angular"].Urls[AccountUrlNames.PasswordReset] = "account/reset-password";
    options.Applications["Angular"].Urls[AccountUrlNames.EmailConfirmation] = "account/email-confirmation";

});

I logged in into tenant with user. Navigated to Account/manage and there I go to Personal information.

The Account/manage page is mvc or angular?

hi

The backend error is System.OperationCanceledException: The operation was canceled.

Which means the browser cancels the request.

Does your angular app use https? is the https certificate valid?

https://localhost:4200/

hi

Please share the logs.txt of https://auth.yourwebsite.com during the Steps to reproduce

liming.ma@volosoft.com

Thanks.

hi

Can you try to get an access token and share the Logs.txt? also share an access token value.

Thanks

liming.ma@volosoft.com

hi

You can redirect the user to the logout endpoint if it is public in middleware.

hi

I will ask our suite team. we will reply you asap

We also use auth-server.pfx not openiddict.pfx. But there is some confusion. Is that can cause the issue?

What do you mean by this? Please share your code or screenshots.

Answer

Hi

There is not project creation count limited. So you can create a new project and copy the code then delete the project.

Answer

hi

You can create a new paid template project and copy the code from appsettings.secrets.json

Showing 3561 to 3570 of 11559 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
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 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.