My Gridsome (VueJS, Gatsby-like) site was working fine last time I worked on it (this past weekend) but now after all of the Netlify changes/upgrades, my images and content are not loading. If you look at the link below, you will see the images never leaving the blur state, presumably because the resource isn’t coming back from the CDN in the expected way. The same thing is happening with the text content on individual product pages (such at this one: https://romantic-minsky-2d1a98.netlify.com/1-drive-impact-wrench-ingersoll-rand/)
- I looked at the network tab in devtools, and here is the result for the header image, which is obviously just the blurred version and not the one that is supposed to come back from the CDN:
-
there are no build errors, but I am getting a new console error in devtools: Uncaught SyntaxError: Unexpected token ‘}’
-
I did a search and looked at common issues, found nothing that applies (unless I missed something)
Any help or direction to the correct research would be hugely appreciated.
Thank you for your time.