Hi,
I am encountering an error when I perform forgot password.
Steps to Produce:
- Go to https://localhost:44332/Account/ForgotPassword
- Type in a valid email address (tried a randon email as well, same result)
- Hit Submit
- Error above is returned
I understand there is a similar question raised for this (https://github.com/abpframework/abp/issues/5761).
The answer said that it works on v3.3.0 which I am currently using, but I still face the error.
Additional Note:
Forgot pasword works fine when the scenario is like this:
- I logged in successfully using any user.
- Log out.
- Go to Forgot Password, enter valid email address and hit Submit.
- I get an email to the email address entered on Forgot password page.
To easily reproduce the issue, open a new incognito tab (close existing tabs first, if there is any opened).
- ABP Framework version: v3.3.0
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): tiered (mvc)
- Exception message and stack trace: BusinessException: Exception of type 'Volo.Abp.BusinessException' was thrown.
Running project on IIS.