Can't Register or Login In
-
I just created a nodebb forum and I cant seem to create a user nor login.
http://community.rantahustudios.com/ -
Try running ./nodebb dev and then try to login - do you see any issues?
Which version of NodeBB are you running, and which OS are you running it on?
-
@Rantahu, just to be sure, did you follow using these instructions?
https://docs.nodebb.org/en/latest/installing/os/debian.html -
@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"; }
}