Replies: 1 comment 2 replies
-
Thank you for letting us know. I'll have a look at this today. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, I've tried using the gatsby-transformer-cloudinary on my project. Somehow I'm getting an
http
url for my images instead ofhttps
this makes an issue in my productionblocked:mixedcontent
. Is there any other setup I need to do to make sure I'm getting anhttps
for my images?This is my graphql query looks like.
Then following the plugin documenationtion
When I
console.log
this it returns ashttp
I already tried changing my Allowed fetch domains settings in Cloudinary but no luck. Hope the team can help, as I'm been stuck on this and I wanted to use my cloudinary images.
Beta Was this translation helpful? Give feedback.
All reactions