Theme not changing
-
@heydoon said in Theme not changing:
I just got nodebb running on a droplet on digitalocean and i'm just trying to change the theme.
I select a theme and restart nodebb but the theme stayed the default persona one.
I checked the dev log and it says its loading the one i select.Is there something i'm missing? Very confused.
Would really appreciate some help.Same issue
-
same also
-
same here... everything run great locally on Mac best web app ever tried.... but my droplet install is wried plugin not working and can´t changing theme back from vanilla..
a log after install the ns embed.
11/12 22:39 [24255] - [31merror[39m: /admin/plugins/embed
Error: Failed to lookup view "admin/plugins/embed" in views directory "/var/www/nodebb/public/templates"
at EventEmitter.render (/var/www/nodebb/node_modules/express/lib/application.js:579:17)
at ServerResponse.render (/var/www/nodebb/node_modules/express/lib/response.js:960:7)
at content (/var/www/nodebb/src/middleware/render.js:67:15)
at /var/www/nodebb/node_modules/async/lib/async.js:718:13
at async.forEachOf.async.eachOf (/var/www/nodebb/node_modules/async/lib/async.js:233:13)
at _parallel (/var/www/nodebb/node_modules/async/lib/async.js:717:9)
at Object.async.parallel (/var/www/nodebb/node_modules/async/lib/async.js:731:9)
at async.waterfall.str (/var/www/nodebb/src/middleware/render.js:62:12)
at fn (/var/www/nodebb/node_modules/async/lib/async.js:746:34)
at /var/www/nodebb/node_modules/async/lib/async.js:1213:16
at /var/www/nodebb/node_modules/async/lib/async.js:166:37
at /var/www/nodebb/node_modules/async/lib/async.js:706:43
at /var/www/nodebb/node_modules/async/lib/async.js:167:37
at Immediate.<anonymous> (/var/www/nodebb/node_modules/async/lib/async.js:1206:34)
at runCallback (timers.js:637:20)
at tryOnImmediate (timers.js:610:5)log from MailGun plugin
11/12 22:04 [23753] - [31merror[39m: /admin/plugins/emailer-mailgun
Error: Failed to lookup view "admin/plugins/emailer-mailgun" in views directory "/var/www/nodebb/public/templates"
at EventEmitter.render (/var/www/nodebb/node_modules/express/lib/application.js:579:17)
at ServerResponse.render (/var/www/nodebb/node_modules/express/lib/response.js:960:7)
at content (/var/www/nodebb/src/middleware/render.js:67:15)
at /var/www/nodebb/node_modules/async/lib/async.js:718:13
at async.forEachOf.async.eachOf (/var/www/nodebb/node_modules/async/lib/async.js:233:13)
at _parallel (/var/www/nodebb/node_modules/async/lib/async.js:717:9)
at Object.async.parallel (/var/www/nodebb/node_modules/async/lib/async.js:731:9)
at async.waterfall.str (/var/www/nodebb/src/middleware/render.js:62:12)
at fn (/var/www/nodebb/node_modules/async/lib/async.js:746:34)
at /var/www/nodebb/node_modules/async/lib/async.js:1213:16
at /var/www/nodebb/node_modules/async/lib/async.js:166:37
at /var/www/nodebb/node_modules/async/lib/async.js:706:43
at /var/www/nodebb/node_modules/async/lib/async.js:167:37
at Immediate.<anonymous> (/var/www/nodebb/node_modules/async/lib/async.js:1206:34)
at runCallback (timers.js:637:20)
at tryOnImmediate (timers.js:610:5)
11/12 22:06 [23832] - [32minfo[39m: [build] Building javascript
11/12 22:06 [23832] - [32minfo[39m: [build] Building client-side CSS
[cluster] Restarting...
Clustering enabled: Spinning up 1 process(es). -
@julian said in Theme not changing:
Have you all tried to run ./nodebb build before starting NodeBB again?
Where is that on the documentation?
-
It's a bug
-
-
@Darwin said in Theme not changing:
Maybe the issue can be related memory. after I getting the problem, I uninstall Nodebb and when trying to reinstall the process was killed because of error 12....
can someone confirm that DigitalOcean 512mb Droplet with Redis is good to run NodeBB ??
I have enough memry
-
@Darwin said in Theme not changing:
@julian I find an article https://www.digitalocean.com/community/tutorials/how-to-add-swap-space-on-ubuntu-16-04
but we do not recommend enabling swap on DigitalOcean or any other provider that utilizes SSD storage.... hmmm
Enable swap or increase to a $10/$20 droplet. Your choice.
-
@julian said in Theme not changing:
@exodo said in Theme not changing:
I have enough memry
Your issue is not related to this. Please post in a separate topic.
@julian said in Theme not changing:
@exodo said in Theme not changing:
I have enough memry
Your issue is not related to this. Please post in a separate topic.
Well there is 3 people only here with that issue on new version, probably related i guess...