Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I'm using NGINX as a reverse proxy for nodebb but for some reason the links inside the e-mails try to open the forum on port 4567 instead. How do I fix this? Thanks.
You'll want to make sure url in your config.json is set properly without the port number.
url
config.json
Thanks Julian! That fixed it.