@kfirba try updating socket.io-adapter-postgres (replace index.js with https://github.com/BenLubar/socket.io-adapter-postgres/blob/master/index.js). It should resolve the issue you have encountered in earlier releases. I reported this in github if you wish follow:
https://github.com/NodeBB/NodeBB/issues/7215
How do I get rid of this warning message on the console?
Solved
Technical Support
-
I deleted a plugin by force and it was uninstalled, but it looks like some files were still there. Every time I start NodeBB this warn message is shown:
2019-01-20T19:08:06.837Z [4567/10947] - warn: [upgrade/appendPluginScripts] Unable to read plugin.json for plugin `nodebb-plugin-sso-oauth`. Skipping.
There is no folder with the name
nodebb-plugin-sso-oauth
onnode_modules
, I already checked. Where is thisplugin.json
and how I can fix this?Thanks!
-
I think the command would be
./nodebb reset -p nodebb-plugin-sso-oauth
-
I think the command would be
./nodebb reset -p nodebb-plugin-sso-oauth
-
@jtsimoes said in How do I get rid of this warning message on the console?:
Damn it, I knew about that command and I didn't remember to use it...
I totally know that feeling.