Does the forum logs give an error when it crashes?
Do you have mongo and nginx logs on?
There should be some useful information in one of the logs as to what is happening.
NodeBB: v1.4.2
I just moved in stages from version 0.9.0
Not only that, I can not go, I can not get out. When I enter an address /forum/admin, I redirect the login page:
Links in the menu refer to Duplicate parent directory:
@sergej-saveljev check the url
property in config.json
. If you're behind nginx, check those settings, as well. Make sure you've restarted nodebb.
@PitaJ I have not changed anything. Everything should work. I rebooted a thousand times, believe me.
I can not fully update all packages at the expense of teams ./nodebb upgrade
, npm install
and npm update
:
npm WARN shrinkwrap async: '~1.5.0',
npm WARN shrinkwrap autoprefixer: '^6.2.3',
npm WARN shrinkwrap bcryptjs: '~2.3.0',
npm WARN shrinkwrap 'body-parser': '^1.9.0',
npm WARN shrinkwrap 'chart.js': '^2.4.0',
npm WARN shrinkwrap colors: '^1.1.0',
npm WARN shrinkwrap compression: '^1.1.0',
...
├─┬ [email protected] invalid
...
├── UNMET PEER DEPENDENCY [email protected] invalid
...
npm install
package name outputed:
...
npm WARN enoent ENOENT: no such file or directory, open '.../node_modules/noptify/package.json'
@julian @psychobunny please, help me!
Just a shot in the dark but... have you got a npm-shrinkwrap.json
file in your NodeBB folder ? If it were the case, it would prevent NodeBB to upgrade properly.