@julian Problem fixed. Never thought it would issue would be so simple. I thought I was running Ngmix 1.6.1. lol thnx for the help.

Best posts made by Rantahu
-
RE: Can't Register or Login In
Latest posts made by Rantahu
-
Problems updating 1.1.0 to 1.1.2
When I run the command :
git reset --hard origin/v1.1.2
I get in return:
fatal: ambiguous argument 'origin/v1.1.2': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]'
-
RE: Can't Register or Login In
@julian Problem fixed. Never thought it would issue would be so simple. I thought I was running Ngmix 1.6.1. lol thnx for the help.
-
RE: Can't Register or Login In
@julian I'm using 1.2 apparently. I'll update it now.
-
RE: Can't Register or Login In
@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"; }
}
-
RE: Can't Register or Login In
@nweber Yeah, none of the buttons are working that have to deal with editing or writing files. I maybe a permission problem.
-
RE: Can't Register or Login In
I used ./nodebb watch and got
warn: Route requested but not found: /api/recent.rss?=1409107868392
warn: Route requested but not found: /api/recent.rss?=1409107868396 -
RE: Can't Register or Login In
@Ted said:
./nodebb dev
Nothing shows up when I try to login in or create a user
I'm using Debian 7. I'm not sure what version of NodeBB i'm using but I clone it from github
-
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/