why is the calendar plugin blank after the latest update?
I’m stuck in the middle of a rollout and the calendar view is coming up empty for everyone. I checked the plugin settings and the component is still enabled, but the page just spins and then shows nothing.
Has anyone seen this after an upgrade? I need the exact place to look next, because I’d rather fix the setting than start poking at the app server.
Best Answer
-
Check whether the calendar data source is still reachable from the Discourse app, not just whether the plugin is enabled. In setups that use the calendar plugin with an external source, a failed fetch can look like a blank page. I would start with the browser console and the Rails logs for the calendar route, then confirm the plugin is still loaded in the admin plugin list. If the issue is only affecting some users, clear any cached page assets and test in an incognito window to rule out stale client-side state.
0