Anyone know what caused this?
Didn't happen before, it's just a png picture
Swedish NodeBB Users (https://www.uex.se/tags/nodebb)
Anyone know what caused this?
Didn't happen before, it's just a png picture
Turns out that my "Restart & Rebuild" command that I issued in Dashboard wasn't executed properly. It was rebuilding successfully, but then it got stuck on "NodeBB is restarting" part for more than 10 minutes++.
Retried it all over again, and it's now properly gone
I have installed nodebb-plugin-github-embed
but later on I uninstalled it in favor of the nodebb-plugin-link-preview
. I have deactivated and uninstalled the plugin, and did the full Rebuild & Restart.
However the plugin is still there. And is still affecting the site as seen on this thread.
What would be safe way to get rid of this? Thanks.
Ubuntu is known to have an ancient version of NodeJS, their latest LTS version of ubuntu. they are still shipping nodejs 11 or someshit.
What does the version says in your VPS?
node -v
Just to be clear,. it's this index.js file located here right?
And only those 4 lines that are marked with "your ..."
This is what I have done so far,
And got it working, turned out there was something wrong with my access grant, I retry and make a new one, it works.
Now just to be safe, before I apply it on my remote server, that remote server already have the old nodebb-plugin-imgur
that I install it through Admin panel. I just need to Deactivate -> Uninstall ->Rebuild, then do the exact method to install storj?
So to install this [nodebb-plugin-storj-upload] I can do it via dashboard?
Thanks @baris for the pull!
This rss plugin should work now!
It has been pushed to npmjs: https://www.npmjs.com/package/nodebb-widget-rss
and code here: https://github.com/Jenkler/nodebb-widget-rss
npm install nodebb-widget-rss
I will update my other plugins later. I am still at 1.x on my own forum Much todo, soo little time hehe
Live demo can be found at the startpage: https://www.uex.se/
Scroll down to "Nyheter" widget on the startpage for the preview
@baris This worked like a charm. Thank you!