Forgot password email sends invalid link
-
Hi,
For some reason, the forgot password has an invalid link in it. Instead of sending https://example.com/reset/randomletters, it sends https://example.com:8080/reset/randomletters, which results in a page not found error. How can I fix this?
Thanks -
You need to cut the port out of the
url
within the config.json, put it into theport
attribute.{ "url": "http://example.com", "port": 8080 }
Copyright © 2024 NodeBB | Contributors