On a fresh install, I’m getting the following errors on both wp.com and hosted WP JSON. This only happens on actual posts containing an image, so everything else seems to work so far.
Including a picture instead because the code editor here was insane.
It fails in Chrome (normal, incognito, and new profile). Still works on other browsers.
Are you aware of something different in your system/configuration?
The system/config is not that too modified. Chrome extensions have no effect. It still doesn’t load after opening the site in Incognito mode or after creating a new profile. However, when accessing the site on another PC, it loads on their Chrome. Must be something in my Chrome settings. I’ll let you know.
What version of @frontity/components do you have installed?
– You can check it with npm ls @frontity/components .
I had flags enabled for “Enable lazy image loading”, “Enable lazy frame loading” and “Allow invalid certificates for resources loaded from localhost”. But when I disabled them nothing happened. Even after I reset all the flags to default.
@luisherranz Good news. I’m now able to load mars.frontity.org and my local site in Chrome after I cleared my internet data and junk in Chrome. Whew!
Yesterday, after my Chrome browser had updated to Version 76.0.3809.100 I started to get the same error. I disabled the Enable lazy image loading flag in chrome://flags (now it comes enabled by default) and then it worked as expected.
I think It wouldn’t be a good idea to ask users to deactivate it in order to use Frontity, it’s necessary to make Frontity compatible with that flag so I will investigate to see what can be done to fix this issue. @luisherranz, did you investigate anything about this flag?
In the meantime, the Enable lazy image loading flag should be disabled while developing with Frontity.