@phenomlab This blocked issue got resolved by adding https on the installation url while registering. Then new problem is socket url is giving 404.
Welcome E-mail confirm link opens forum on port 4567
-
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 yourconfig.json
is set properly without the port number. -
Thanks Julian! That fixed it.