We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have the plugin working locally. But after deploying to Strapi Cloud, I can't get it to work.
Without it, I get a media URL like so from Strapi Cloud: https://useful-spirit-ce54045004.media.strapiapp.com/Eupry_product_Catalog_2023_mockup_b7625dbeb4.jpg
With the installed plugin deployed in production, I get the following URLS in the frontend: https://useful-spirit-ce54045004.media.strapiapp.com/width_1536,height_1152,format_webp,quality_80/https://useful-spirit-ce54045004.media.strapiapp.com/Eupry_product_Catalog_2023_mockup_b7625dbeb4.jpg
The URLs are generated accordingly to my configuration. Allthough no optimizations are added.
It seems media URL's from Strapi Cloud are proxied through Cloudflare: https://useful-spirit-ce54045004.media.strapiapp.com
Is it possible to use with Strapi Cloud?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have the plugin working locally.
But after deploying to Strapi Cloud, I can't get it to work.
Without it, I get a media URL like so from Strapi Cloud:
https://useful-spirit-ce54045004.media.strapiapp.com/Eupry_product_Catalog_2023_mockup_b7625dbeb4.jpg
With the installed plugin deployed in production, I get the following URLS in the frontend:
https://useful-spirit-ce54045004.media.strapiapp.com/width_1536,height_1152,format_webp,quality_80/https://useful-spirit-ce54045004.media.strapiapp.com/Eupry_product_Catalog_2023_mockup_b7625dbeb4.jpg
The URLs are generated accordingly to my configuration.
Allthough no optimizations are added.
It seems media URL's from Strapi Cloud are proxied through Cloudflare:
https://useful-spirit-ce54045004.media.strapiapp.com
Is it possible to use with Strapi Cloud?
The text was updated successfully, but these errors were encountered: