[Solved] blank home
-
@mr_waffle As of commits yesterday, the js minfile is no longer a real file
@giorgio-chiodi let me try to go back to your version and see...
@julian said:
@mr_waffle As of commits yesterday, the js minfile is no longer a real file
@giorgio-chiodi let me try to go back to your version and see...
Anyway, I was getting errors in the JS console of
require
not being defined, and a bunch of followup errors, and was greeted with a blank page -
This post is deleted!
-
Yeah, that issue should be fixed by upgrading to the latest version -- this might also be fixed in the latest version, actually. Could you give that a try @giorgio-chiodi ?
@julian so I stop everything and do a
./nodebb upgrade
? -
@giorgio-chiodi Yes:
$ ./nodebb stop $ git pull $ ./nodebb upgrade $ ./nodebb start
Remember, back up your database first!
./nodebb stop
@julian ok.... how do i backup ?
-
Confirmed working again, thanks!
-
Wherever your database is stored (probably at
/var/lib/redis/dump.rdb
), copy it somewhere else.$ cd /var/lib/redis $ cp dump.rdb dump.rdb.bak
./nodebb upgrade
ok upgraded and working! Thank you @julian !