https://community.nodebb.org/topic/15548/iframely-plugin-doesn-t-work/1?_=1619591672463
It was discussed here a few days ago.
Do you know what this error might be?
4/8 01:20:08 [5535] - error: /login
invalid csrf token
Keeps reappearing and I've never noticed it before.
@baris said in Wtf? Upgrade from 1.5.1 to 1.5.3 and all my plugins were uninstalled...:
nodejs 8 isn't officially supported, maybe try with 6.x
Gotcha! Let me try downgrading nodejs.
@baris said in Wtf? Upgrade from 1.5.1 to 1.5.3 and all my plugins were uninstalled...:
nodejs 8 isn't officially supported, maybe try with 6.x
That did it. Used nvm to downgrade to v6.x and worked like a charm. Thanks so much!
@michael-pfaff I have seen these issue when using nodejs 8. Not with NodeBB but with other app. Seems to be issues with npm on nodejs v8.
@pichalite said in Wtf? Upgrade from 1.5.1 to 1.5.3 and all my plugins were uninstalled...:
@michael-pfaff I have seen these issue when using nodejs 8. Not with NodeBB but with other app. Seems to be issues with npm on nodejs v8.
Yup. Downgrading resolved the issue. Very much appreciate the help!
It's due to how [email protected] works.
npm install [email protected] -g
should also fix this issue