Same entry in logs. The header content contains invalid characters. We've tried to add МойОфис both manually and via copy/paste so there's no possibility of adding some special symbols exept cyrillic.
Calling Groups in ACP hangs and restarts/crashes nodebb
-
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.