NodeBB won't start anymore after installing theme.
-
@MJ do you have any themes besides persona installed? Try reinstalling persona, first, with
npm remove nodebb-theme-persona
andnpm install nodebb-theme-persona
. If that doesn't work, try deleting thenode_modules
directory and reinstalling everything withnpm install
.If that doesn't work, try copying the contents of
node_modules/nodebb-plugin-persona/theme.json
into that JSON validator I linked and making sure it's all valid. -
@MJ yep. That's invalid JSON. It's missing a comma after the highlighted line.
-
@MJ probably just
npm remove nodebb-theme-hexadecimal
-
Hi all, today I just installed a cloud version and I can't change files myself. Faced with the same problem. I've changed the theme back to Persona and now can open no frontend nigher backend. It forwards me to the nodebb website and shows this message:
Service Unavailable
We couldn't reach the website you were looking to access. It may be offline temporarily, please try again later.How can I deal with it? Thanks