Gatsby build fails with 403 errors for public Cloudflare URLs, but gatsby develop works fine #39221
Labels
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
I’m using
gatsby-source-wordpress
with a WordPress plugin that offloads media to Cloudflare. Locally,gatsby develop
everything works seamlessly, but during gatsby build (locally and on CloudFlare pages) I get 403 errors when fetching public Cloudflare media URLs.The urls throwing 403s are available publically (in the browser) and in development using gatsby develop
The build process fails when trying to fetch the same public URLs.
Disabling the plugin, the build works fine fetching
wordpressurl.wp-content/image.jpg
my config is set to
The text was updated successfully, but these errors were encountered: