Socket error when running Nodebb

Bug Reports

Suggested Topics


  • 0 Votes
    6 Posts
    968 Views

    @macfan why? That’s not what this topic is trying to do.

  • 0 Votes
    1 Posts
    821 Views

    after passing the following inside a new thread, nodebb crashed...

    [[Missions: The First Steps|The First Steps]]

    here is the log error:

    4/12 21:56 [28951] - error: Could not load `Missions`: ENOENT, open '/home/sander/nodebb/public/language/en_US/Missions.json'. Skipping... 4/12 21:56 [28951] - error: Could not load `missions`: ENOENT, open '/home/sander/nodebb/public/language/en_US/missions.json'. Skipping...
  • 0 Votes
    10 Posts
    4k Views

    You've disabled the search feature of your forum. The search plugin works.

    You don't need to run nodebb upgrade when installing plugins. Nor do you need to disable it either. Nodebb reset plugins switches off all of your plugins.

    Go into your ACP and switch your installed plugins back to Active, restarting NodeBB each time until it crashes, post here the full crash log (looking for the name of the plugin), chances are their will be an update for it. To update a plugin

    npm i plugin-name@latest

    That's all you need to do, you don't need to upgrade or update. Go into your ACP and reload your forum.

    Only do nodebb upgrade when you pull the latest files. And don't reset plugins unless you're having an issue with plugins and you don't know which one. to disable a specific plugin, ./nodebb reset plugin="nodebb-plugin-name"

  • 0 Votes
    2 Posts
    1k Views

    you should be on node-v folder and run that.

  • 0 Votes
    7 Posts
    7k Views

    Yes the X-Forwarded-Proto Nginx setting is new for v1.1.0. It was a requirement on master for a while now.