Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
It was working fine earlier. I just used the command ./nodebb upgrade and now the 'widgets' link shows this:
Internal Error. Oops! Looks like something went wrong!
Please help.
Update: It was the custom wigets plugin causing the error. Solved.
It has a semicolon and not a colon, so the browser interpreted it as a relative path.
I managed to fix it by deleting my packages.json file, replacing it with the version in github, then running npm install --production
Thank you so much! That was the issue the whole time! Can't thank you enough!
C
@pichalite Thank you for the response.
That was most peculiar, but I reset the config.json to be how it was and it stopped having this error.
Besides I still think it's best to check data.config, before extracting data.config.loggedin anyway.
M
Pulling from Master helped. However the webpage that starts NodeBB after setting up the DB through the webpage, doesn't restart it now. I had to kill the command line, and manually start nodeBB. But then it works fine. Just an FYI.