• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting
G

giantkingsquid

@giantkingsquid
About
Posts
4
Topics
1
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

    All NodeBB pages not rendering correctly
  • G giantkingsquid

    Thanks mate. Hmm it appears I was running a redis-server that I hadn't told to be persistent. Damn. Thanks for the help anyway 🙂


  • All NodeBB pages not rendering correctly
  • G giantkingsquid

    Hello,

    New to NodeBB here. I have had a NodeBB v0.93 forum up and running without any dramas for a few weeks now, just mucking around with it.

    When I tried to visit it yesterday it looked like this on the local machine port 4567. It appears that NodeBB is running, the logs are normal, just that it is not rendering properly. The links at the top right work, but just go to blank pages.

    I get the same result if I try to access the forum through an nginx proxy.

    Things I've checked:

    • Nodebb is running
    • Redis is running
    • I ran npm up which updated five packages but didn't fix anything.
    • Only thing I noticed is that in the nodebb log it says that nodebb is listening on 0.0.0.0:4567, should this be 127.0.0.1:4567?
    • There's nothing relevant in the nginx logs either.

    Any ideas would be much appreciated.

    Error screenshot

    Nodebb log:

    Clustering enabled: Spinning up 1 process(es).
    
    19/2 20:49 [68002] - ^[[32minfo^[[39m: Time: Fri Feb 19 2016 20:49:23   GMT+1000 $
    19/2 20:49 [68002] - ^[[32minfo^[[39m: Initializing NodeBB v0.9.3
    19/2 20:49 [68002] - ^[[32minfo^[[39m: NodeBB Ready
    19/2 20:49 [68002] - ^[[32minfo^[[39m: Enabling 'trust proxy'
    19/2 20:49 [68002] - ^[[32minfo^[[39m: NodeBB is now listening on: 0.0.0.0:4567
    

  • NGINX Error
  • G giantkingsquid

    @lenovouser Your method works fine for me over https. Thanks for your persistence.

    edit: I just had to add in these two lines for socket.io to work.
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";


  • How you running NodeBB ?
  • G giantkingsquid

    @agusputra How do you stop NodeBB using your method?

    If i do pm2 stop MyForumApp the pm2 list has a big red Stopped on it but I can still access the forum. If I then do ./nodebb stop it actually stops it.

  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development