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

Is it possible to fully disable gatsby-source-medium-feed? #692

Closed
weslleyaraujo opened this issue Jan 29, 2020 · 2 comments
Closed

Is it possible to fully disable gatsby-source-medium-feed? #692

weslleyaraujo opened this issue Jan 29, 2020 · 2 comments
Assignees

Comments

@weslleyaraujo
Copy link

Summary

Hi folks, I was wondering if there is a way to completely disable gatsby-source-medium-feed during build process

The problem that I am currently facing is that I am working behind a corporate proxy, during build process I believe this http call is being executed:

https://github.com/devs-group/gatsby-source-medium-feed/blob/master/src/gatsby-node.js#L11

(this plugin is being used at: https://github.com/carbon-design-system/gatsby-theme-carbon/blob/master/packages/gatsby-theme-carbon/gatsby-config.js#L125)

Which causes my build to fail 😅

$ gatsby build
success open and validate gatsby-configs - 0.098s
success load plugins - 1.420s
success onPreInit - 0.015s
success delete html and css files from previous builds - 0.014s
success initialize cache - 0.012s
success copy gatsby files - 0.044s
success onPreBootstrap - 0.017s
success createSchemaCustomization - 0.003s
error "gatsby-source-medium-feed" threw an error while running the sourceNodes lifecycle:

connect ENETUNREACH 104.16.122.127:443

  Error: connect ENETUNREACH 104.16.122.127:443

For my use case I don't have the need for medium integration, would be nice if I could disable it completely

@vpicone vpicone self-assigned this Jan 30, 2020
@vpicone
Copy link
Contributor

vpicone commented Jan 30, 2020

Not at the moment, but it prevents offline development which is a bit of a pain. Will try and prioritize this.

@vpicone
Copy link
Contributor

vpicone commented Jan 31, 2020

@sstrubberg you wanna work on this together?

vpicone added a commit to vpicone/gatsby-theme-carbon that referenced this issue Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants