New installation missing views
-
@leksar No errors in chrome's console. On firefox, it seems to occur randomly, but I sometimes get the following error
The connection to ws://127.0.0.1:4567/socket.io/?EIO=3&transport=websocket&sid=Dq0LcrxqbiI3dTIXAAAx was interrupted while the page was loading.I checked the partials to make sure everything is there. It seems like the view cannot be rendered properly.
I even tried reinstalling the rendering engine module with no success.I forgot to mention that the /register page gets rendered. It looks like this.
-
Is there anything in your console running Nodebb or the redis server? Could you describe the exact steps you took to set up?
-
@BDHarrington7 Thanks for your help, I managed to get it up and running yesterday. The problem turned out to be npm. For some reason it never completely downloaded all modules.
I managed to figure that out by running the nodebb app with nodemon. When I ran it I saw an error get thrown, which wasn't in the nodebb log.
Simply put, always check your npm modules! Dependencies go deep and sometimes may get messy.
Cheers,
Mitko
-
Nice! Out of curiosity, what was the error thrown?
-
Yeah, I've had trouble installing NodeBB on a 512Mb machine. You can either increase to 1GB, or turning on swap might help.