Can't Register or Login In
-
@Ted Yea I did
-
I have exactly the same problem after a fresh install on ubuntu.(https://community.nodebb.org/topic/2301/error-installation-on-ubuntu/2)
It seems that this post relate the same problem : https://community.nodebb.org/topic/2303/nodebb-buttons-don-t-work/3
I search a solution without success for this moment.
A problem with the version "v0.5.0-2" ?
-
@julian Yeah I believe this is correct
server {
listen 80;server_name community.rantahustudios.com; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_set_header X-NginX-Proxy true; proxy_pass http://127.0.0.1:4567/; proxy_redirect off; # Socket.IO Support proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; }
}
Copyright © 2024 NodeBB | Contributors