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).
One of the plugins I'm using has a javascript runtime error, how do I debug it given that everything is minified?
We have source maps for most of the files, if that doesn't work you can always ./nodebb build -d which won't minify the files.
./nodebb build -d
@baris Which is exactly what I did ! Very odd, but pleased it's fixed, and hope everyone else can benefit from this. Thanks for all the help.
@baris Thank you so much. Caught in the installing process didn't saw that. Now I have a working NodeBB site. For the first test install used everything as is in the tutorial so database is nodebb.
how to config my redis
@julian said in Fresh Install Error - Cannot Login/Register & JS Reference Error:
Ah yes I see you did say that earlier. You pulled after you switched to master, too, right?
I have made a new post with more detail on what I have done to recreate/replicate issues. https://community.nodebb.org/topic/9915/new-install-leaves-me-with-session-mismatch-invalid-csrf
@tednology Hm, I don't see that module defined in v0.9.x's npm-shrinkwrap.json...