Cannot access editor or dashboard
Permalink
Whenever I login to my website to edit a page or to go to the dashboard the first thing I see is the checking for update prompt and it does not go away, at first I thought it was because I was using cloudflare but after I completly disabled cloudflare concrete5 still fails to properly load it just keeps showing the loading screen constantly.
Thank you,
It works now.
It works now.
I'm actually having the same issue. No cloudflare on my account, but as soon as i login I see the checking for updates prompt and it just keeps spinning and spinning. Did you ever figure out what the issue was?
The post above from Ekko tells you how to solve this issue
/config/site.php
define('ENABLE_APP_NEWS', false);
define('ENABLE_NEWSFLOW_OVERLAY', false);
It will remove the newsflow entirely though, and isn't exactly what your looking for, but will get you around it.
You can just add it at the end of whats already in site.php