NodeBB 2.0 Upgrade Issues
-
@Sampo2910 ok, so not just me then. I know the JS I have should work and has done with no issues up until 2.0.
Thanks for confirming.
-
@Sampo2910 you should be able to use
git reset --hard origin/v1.19.x
followed by./nodebb upgrade
This is the command I ran earlier which worked for me and downgraded me to
1.19.7
-
Same problem here. Everything was broken and not fully loaded so I couldn't access any menu in the admin config (JS broken in the console)
I had to rollback. Sadly I don't have time now to try again since it was important to keep it accessible.
edit: I'm using the Persona theme.
-
@olivierlambert Yep. Same for me which is why I tried it in DEV first
-
I did a snapshot on my VM just before
-
@olivierlambert Great idea.
-
-
@phenomlab said in NodeBB 2.0 Upgrade Issues:
Upgraded to v2 in dev, and have this in the console - not able to perform any rebuild or restart, and having to do this from the command line
This is not caused by plugins either. I have disabled all of them, and the error still persists. Not able to perform rebuild or restart from the ACP. In addition, most of the plugins are missing from the "Find Plugins" page which also happened in the previous release I believe.
Thanks
@baris @julian do either of you have any more information concerning the above ? Still not possible to rebuild / restart in 2.0
-
@phenomlab Might be same issue as https://github.com/NodeBB/NodeBB/issues/10620. We will release a patch version today so you can test with that.
-