Replies: 4 comments 15 replies
-
Thank you so much for reporting 🙏 We'll figure out the best way forward and have a solution within the week. |
Beta Was this translation helpful? Give feedback.
-
i think the issue with the errors from cloudinary (i.e. 404 / undefined type) if they aren't build breaking would be better as warnings, anything red/error normally says "your build will fail"! The more worrying error (which is actually breaking the build) is the width undefined in gatsbyimagedata and similar. I'm assuming this is where the plugin, or something down the line, is expecting an image where none was created. Did you manage to test with the repo i shared - you should see the build breaking error there. Anything else i can do? And thanks so much for the help! |
Beta Was this translation helpful? Give feedback.
-
What do you expect when the asset referenced is a multipage document? To have it be ignored or to create an image asset from it? |
Beta Was this translation helpful? Give feedback.
-
The bug breaking your build should be fixed. However under the current implementation to skip it from trying to resolve |
Beta Was this translation helpful? Give feedback.
-
Hi I added an issue - but perhaps its actually a feature request. However we have a back compatibility issue where we have cloudinary nodes with cloudinaryAssetData = false on them - which ran fine in gatsby v3 with an older version of this module.
I'd be happy to try to patch/customise the module somehow - but may need some help. Putting this flag back in as an option would be handy however.
Here's the issue - if this is more relevant as a discussion then i can transfer the info over here:
#223
many thanks for any help you can give
Beta Was this translation helpful? Give feedback.
All reactions