Skip to content
New issue

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

fix(gatsby-source-drupal): Make Image CDN error only panicOnBuild #37601

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

tqureshi-uog
Copy link
Contributor

Description

Change reporter.panic to reporter.panicOnBuild in the file gatsby/packages/gatsby-source-drupal/src/normalize.ts so gatsby develop runs successfully even if Image CDN field generation fails for a particular image

Related Issues

Fixes #37557

Fixes issue gatsbyjs#37557 so gatsby develop runs successfully even if Image CDN field generation fails for a particular image
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Feb 1, 2023
@LekoArts LekoArts added topic: source-drupal Related to Gatsby's integration with Drupal topic: source-plugins Relates to the Gatsby source plugins (e.g. -filesystem) and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Feb 2, 2023
@LekoArts LekoArts changed the title Change reporter.panic to reporter.panicOnBuild Feb 2, 2023
Copy link
Contributor

@LekoArts LekoArts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@LekoArts LekoArts merged commit 90cc0c5 into gatsbyjs:master Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: source-drupal Related to Gatsby's integration with Drupal topic: source-plugins Relates to the Gatsby source plugins (e.g. -filesystem)
2 participants