@arnaudw
I installed a new forum on a heroku server and when I connect via myapp.herokuapp.com it works great
But when I connect through my domain it is written to me "welcome back guest" but really stayed disconnected
(I only use a subdomain, at the domain root I use for another site, I use cloudflare I set ssl and force ssl)
I would be happy to help, thanks
Nodebb custom theme git push
-
since node module folder is in gitignore how will custom theme changes be pushed in branch? because when I run git status no file changes are shown but in fact I have modified css and fonts.
-
You should have the theme in it's own git repository, then pull and link that repository into node_modules when you deploy.