@frgilb I'm not using cloudflare though (mentioned in the other thread you posted).
I haven't gotten around to doing this fix yet... but I will try it, when I have the time. work, work, work 😞
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
on node_modules
, I already checked. Where is this plugin.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
Damn it, I knew about that command and I didn't remember to use it...
@yariplus Thanks, it worked perfectly!
@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.