Recently I installed Open edX on my own server. Next, I configured Gmail as the SMTP server. When I request a password reset link, I can receive the password resetting email properly. The problem is, The link containing the password reset link is not working properly as following image.
One thing I observed is that the URL has the ‘none’ keyword in place of the domain name that I have. When I replace the ‘none’ keyword with my domain name it works properly. What I want to know is, Is there any configuration I have to do to correct this? Or is this a bug?
You should set AUTHN_MICROFRONTEND_DOMAIN = the actual value of your site, something like:
AUTHN_MICROFRONTEND_DOMAIN = “apps.lms.example.com/authn”
To check our MFE_HOST, use “tutor config printvalue MFE_HOST”