Replies: 1 comment 2 replies
-
I'm pretty sure the Axios proxy is for something else. You really need to ask your company to allow access to contentful.com. Perhaps you can hotspot off your phone in the meantime? You could also use a VPN to get around the corporate firewall https://www.pcmag.com/picks/the-best-vpn-services |
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.
-
I've tried everything. I'm tired and I desperately need help.
I'm working on the same project with
gatsby-source-contentful
installed both at the office and at home. When at home, everything works fine. But at office, the project won't even start because it can't reach the contentful CDN.I know our office has a corporate proxy installed so I tend to believe it is the proxy's fault. In fact, I can't even ping
cdn.contentful.com
directly because of that. Yet I have tried multiple ways of setting the proxy and none of that works.Does anyone have some suggestions? Or perhaps it is not even the proxy's fault?
Things I have tried
proxy
option ingatsby-config.js
as follow:Yes, I made sure those
HA_*
env variables are 100% correct.protocol
option. For some reason,gatsby-source-contentful
reports that it doesn't support it despiteaxios
does.Setting
http_proxy
andhttps_proxy
env variables, as suggested byaxios
.Messing around in the Windows proxy setting
Beta Was this translation helpful? Give feedback.
All reactions