Can't select users in admin panel
-
@baris
I actually have a few errors in the admin panel as well, but I didn't know if it was just me.ReferenceError: utils is not defined http://localhost:4567/src/app.js? Line 80 TypeError: socket is undefined http://localhost:4567/src/forum/admin/footer.js Line 30 TypeError: socket is undefined http://localhost:4567/src/modules/settings.js Line 378
Node Environment is
development
so cache shouldn't be an issue... Besides that I've tried with disabling my browser cache. I've also tried updating the lavendar theme multiple times, it's at 0.0.25-12, but it's still happening.
The errors also stops ajaxing the pages, it can only cold-load.Edit: latest git version of NodeBB btw
-
Any luck on this?
-
@baris I am, don't know about @shinyidol
-
Hmm... I just did a
npm install nodebb-theme-vanilla
and it magically started working again. I've done a couplenpm install
's before but they didn't help.I both hate and love it when issues magically resolve themselves...
-
If you run
./nodebb upgrade
it specifically updates both Vanilla and the current default theme, Lavender. so after a
git pull
, make sure you run that command and you should be good