Local customizations broke site on upgrade, how to disable?

hmmm yeah

cd /var/discourse
./launcher enter app 
rails c
> SiteCustomization.update_all(enabled: false)
exit
exit

After this restart the container

./launcher restart app
2 Likes