Hi,
After clicking the 'forgot my password' link, I followed the link sent to my email, but I still can't access the app. Is the information in the link correct? Additionally, I am using the application without a tenant in this scenario.
Check the docs before asking a question: https://abp.io/docs/latest
Check the samples to see the basic tasks: https://abp.io/docs/latest/samples
The exact solution to your question may have been answered before, and please first use the search on the homepage.
Provide us with the following info:
🧐 Hint: If you are using the ABP Studio, you can see all the information about your solution from the configuration window, which opens when you right-click on the solution and click on the Solution Configuration
button.
-
ABP Framework version: v8.2
-
UI Type: / MVC /
-
Database System: EF Core (SQL Server)
-
Tiered (for MVC) or Auth Server Separated (for Angular): no
-
Exception message and full stack trace:
-
Steps to reproduce the issue:
6 Answer(s)
-
0
After clicking the 'forgot my password' link, I followed the link sent to my email, but I still can't access the app. Is the information in the link correct? Additionally, I am using the application without a tenant in this scenario.
Yes, the URL seems to be correct. Exactly what kind of problem are you having?
-
0
After clicking the 'forgot my password' link, I followed the link sent to my email, but I still can't access the app. Is the information in the link correct? Additionally, I am using the application without a tenant in this scenario.
Yes, the URL seems to be correct. Exactly what kind of problem are you having?
When I click on the password reset link from email, I get the error like on the screenshot. It didn't direct to the application to change password page. I thought something was wrong in the link.
-
0
Hello,
I created a project from scratch in the configurations you specified in order to repeat the problem, but I could not repeat it, you can see the GIF below. If you want, you can create a project from scratch and try to reproduce the problem.
You can reproduce the problem both locally and in production environment on your existing solution, right?
-
0
Hello,
I created a project from scratch in the configurations you specified in order to repeat the problem, but I could not repeat it, you can see the GIF below. If you want, you can create a project from scratch and try to reproduce the problem.
You can reproduce the problem both locally and in production environment on your existing solution, right?
Actually, the problem lies in our cloud environment. It works fine on local. So, I need to check cloud settings.
Thank you
-
0
Hi,
Actually, the problem lies in our cloud environment. It works fine on local. So, I need to check cloud settings.
Okay, then I am waiting to hear from you.
If you cannot solve your problem, you can write the points you suspect here, I can help as much as I can.
-
0
Hi,
Actually, the problem lies in our cloud environment. It works fine on local. So, I need to check cloud settings.
Okay, then I am waiting to hear from you.
If you cannot solve your problem, you can write the points you suspect here, I can help as much as I can.
Thank you, the problem has been resolved. It was related to the App_SelfUrl. I removed the port number from the auth server URL, and it works fine now.