Open qrazi opened 4 years ago
I’m not able to reproduce this with the same browser/version. Any chance you can send an admin account’s credentials, plus SSH access, over to support@craftcms.com?
Let me setup the clean install on one of my droplets and try and reproduce there. As you could not reproduce, this could very well be an issue with one of my add-ons, one of the ad-blockers perhaps.
Ok, it turned out to indeed be one of my ad-blockers, EFF's Privacy Badger addon. The default setting for the https://api.craftcms.com domain for me was set to blocking:
Changing the setting to "only block cookies, but not the actual requests" (middle slider setting) is enough to have the update page working again... So, not an issue with Craft CMS
Edit: I'll check what I can do with https://www.eff.org/privacybadger/faq#Does-Privacy-Badger-contain-a-%22black-list%22-of-blocked-sites
I suspect this is due to the Google Analytics tracking cookie that you get when visiting https://craftcms.com. Looking into how to get that cookie domain to be just craftcms.com
instead of .craftcms.com
, but GA seems a little insistent on adding that .
, even if I explicitly set cookieDomain: 'craftcms.com'
.
Description
When trying to see available updates, the loading icon just keeps indicating loading. The inspector shows a JavaScript error.
Steps to reproduce
Additional info
Edit: Just now figured out this is an issue with at least Firefox Developer Edition 72.0b4, the issue cannot be reproduced in Chrome 78.0.3904.108