Discourse stuck on loading screen after update (v2.4.0, Discourse 3.2.0)
-
wrote on Feb 7, 2024, 6:33 PM last edited byThis post is deleted!
-
@girish Looking at the Event Log tab, I see that I was running v2.2.3 until this week and then updated to 2.3 and then 2.4 in a day. So entirely possible this broke with v2.3.0.
-
wrote on Feb 7, 2024, 8:04 PM last edited by
I had the same problem as you did. Turning off the discourse-follow plugin resolved the issue for me. It could be either that or one of your other plugins.
-
wrote on Feb 7, 2024, 11:44 PM last edited by
Rolling back to my 2.3.0 backup fixed the problem. Seems like the issue entered in 2.3.0=>2.4.0.
-
wrote on Feb 7, 2024, 11:48 PM last edited by
-
wrote on Feb 10, 2024, 5:48 PM last edited by
I just discovered Safe Mode, and that helped me narrow the source of the issue to either the theme and theme components that I'm using. Next step is tracking that down, but this helped considerably.
Wanted to share in case others run into the same issue! Visit
<discourse_app>/safe-mode
to toggle off three different potential sources of issues. -
wrote on Feb 10, 2024, 5:54 PM last edited by ari 5 days ago
Next step was visiting
/admin/customize/themes
and checking for updates on the theme and each theme component. After installing all of the updates, I exited Safe Mode and visit in a new window. Discourse is accessible again! -
wrote on Feb 10, 2024, 6:02 PM last edited by
@girish Two ideas based on this experience for small additions to https://docs.cloudron.io/apps/discourse/
- Would be great to mention Safe Mode as a useful debugging tool on this page.
- Would be helpful to add a section on how to uninstall plugins. When I searched online, everything pointed to removing an entry from
app.yml
, which doesn't exist in the Cloudron setup. I'd imagine it's a modified version of the current section on installing plugins: removing a directory and perhaps re-runningplugin:install_all_gems
but that's just a guess.
-
wrote on Sep 26, 2024, 1:14 PM last edited by
+1 on guidance how to uninstall plug-ins from the CLI please
-
wrote 7 days ago last edited by
Hey any updates on the above? Also trying to remove a plugin and not sure what the official instructions are