Calling Groups in ACP hangs and restarts/crashes nodebb

Bug Reports
  • Hello,

    after creating two groups in ACP - Groups. Everytime I call Groups again in ACP the page doesn't load and the log looks like that the nodebb app has restarted.
    I don't see any error message. Sometimes connection refused in my browser.

    Please help me! Thanks

  • Run nodebb with ./nodebb dev and then look at the server console when it crashes, if it restarts the console just scrolls up so might need to scroll up to see it.

    Paste the output when it crashes.

  • In console this error appears:

    error: TypeError: Cannot read property 'deleted' of undefined
    at /opt/nodebb/src/groups.js:19:16
    at Array.filter (native)
    at Object.internals.filterGroups (/opt/nodebb/src/groups.js:18:20)
    at /opt/nodebb/src/groups.js:65:29
    at /opt/nodebb/node_modules/async/lib/async.js:254:17
    at done (/opt/nodebb/node_modules/async/lib/async.js:129:15)
    at /opt/nodebb/node_modules/async/lib/async.js:32:16
    at /opt/nodebb/node_modules/async/lib/async.js:251:21
    at /opt/nodebb/src/groups.js:113:12
    at /opt/nodebb/node_modules/async/lib/async.js:592:

  • Update to latest version and try again.


Suggested Topics


  • 0 Votes
    1 Posts
    1k Views

    One of the things im starting to like on nodebb is the ability to create groups and have a little something for them like the header and users posts.

    If everything is over modules, why its not on widgets? I would love to have change some stuff on the fly like on custom pages plugin.
    Ex: show a particular category posts for that group.. show a possible calendar (this plugin this works?!) and so on...

  • 0 Votes
    4 Posts
    3k Views

    SSL version works . I'm having probs editing user profiles. I did make it private but I can't even edit my own admin profile to change the email atm

    any1 know how this is easily remedied ?

  • 0 Votes
    2 Posts
    868 Views

    I think the latest versions have that fixed 😄

  • 0 Votes
    1 Posts
    723 Views

    Hi everybody,
    I have been running a successful forum for a group of students for a few days now, without a single difficulty
    But i wanted to install plugins (Google analytics / Shoutbox), and after installing them using npm, i am unable to see anything on the "plugins" page in the ACP
    Screen capture

    Actually it looks like the request to get the content of the plugins page is timing out

    I've tried to reinstall the bb, but the same problem keeps appearing.

    My config is :

    Latest NodeBB (0.4.3) Nginx Debian 7.0 Redis Acess from the server to internet must use a proxy

    I hope you'll find something to help me (And sorry for the bad english) !

    Thanks

  • 0 Votes
    7 Posts
    3k Views

    @Scuzz You can also rename the folder of the plugins in node_modules (in your case nodebb-plugin-topic-badges to nodebb-plugin-topic-badgeslol). Try again to start nodebb, than go on the plugin page, desactivate the plugin and rename the plugin folder to the original name (nodebb-plugin-topic-badgeslol to nodebb-plugin-topic-badges).