I just upgraded to the latest version:
New version: 2.3.0.beta1
And now my site is down with the error message:
I just upgraded to the latest version:
New version: 2.3.0.beta1
And now my site is down with the error message:
Rebuild the site without the discourse adplugin and let us know if it works.
Yep, the error went away and the site is functioning again
I can’t reproduce that problem. We include the adplugin here on meta and didn’t see it… Do you know what version you were upgrading from? I don’t know if anything changed with the way we compile CSS changes in plugins.
Your version: 2.2.0.beta10
New version: 2.3.0.beta1
Happy anniversary @neil
I’ll try reinstalling the plugin. BRB
Glad it works, and thanks for upgrading!
I had the same issue yesterday when upgrading via the Admin.
cd /var/discourse
git pull
./launcher rebuild app
quickly fixed it. I did not have to disable the adplugin in the process.
I moved the css out of plugin.rb to avoid using the “auto_generated” directory, which should avoid this problem from happening to anyone else. Having css in its own file is better anyway.
Thanks for reporting @Vaping_Community and @omarfilip.