-
Notifications
You must be signed in to change notification settings - Fork 84
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
Error: GraphQL request failed #2081
Comments
I am facing the same issue can anyone help |
I fixed this issue by doing this: Issue was with my node 18.15.0 npm was not working fine even I run |
@KomailShah05 are you running your command with a network VPN or are you behind any kind of firewall (company, country, etc)? |
I've been running into this issue as well off and on starting in early October. I seem to get it for various reasons and none of them are obvious since this error is so vague. Here are three incidents where I ran into this issue and how they were solved: October 9th, in this example I was trying to do it on my laptop. Solution was using my VPN to work from the US: https://discord.com/channels/695411232856997968/920032594232500225/1160999517496287313 October 12th, in this example it was in a CI pipeline and just went away in a few days. Today (November 9th) I saw this error again in a CI pipeline. The problem ended up being that the This has been happening again for the past 2 days. Finally figured out that if I re-ran an earlier build from an earlier commit and then ran each subsequent commit's build again in order, then removed the |
Hi, It looks like general info with your network because you can't connect to npm either. I can't replicate it and it doesn't seem connected to EAS CLI itself. Therefore I will close the issue. |
I am getting the same error. And no there are no network issues. |
Getting this error. No network issues, no VPN. |
I have the same issue, no network issue. I had checked with two different networks. |
i have the same issue |
For me it was becouse i had made my .nvmrc on Windows and the version that got reported was ��v18.20.2 |
Build/Submit details page URL
No response
Summary
Getting error with each eas command.
Error: GraphQL request failed
Managed or bare?
Managed
Environment
npx expo-env-info
npm ERR! code ETIMEDOUT
npm ERR! syscall connect
npm ERR! errno ETIMEDOUT
npm ERR! network request to https://registry.npmjs.org/expo-env-info failed, reason: connect ETIMEDOUT 2606:4700::6810:1f22:443
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\abc\AppData\Local\npm-cache_logs\2023-10-09T11_25_41_839Z-debug-0.log
npx expo-doctor
npm ERR! code ETIMEDOUT
npm ERR! syscall connect
npm ERR! errno ETIMEDOUT
npm ERR! network request to https://registry.npmjs.org/expo-doctor failed, reason: connect ETIMEDOUT 2606:4700::6810:1f22:443
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\abc\AppData\Local\npm-cache_logs\2023-10-09T11_26_58_933Z-debug-0.log
Error output
Error: GraphQL request failed
Reproducible demo or steps to reproduce from a blank project
eas build -p android
The text was updated successfully, but these errors were encountered: