[Network] Invalid response body while trying to fetch https://api.expo.dev/graphql: read ECONNRESET


when i run yarn ios , I always experience such network failure “[Network] Invalid response body while trying to fetch https://api.expo.dev/graphql: read ECONNRESET”. This happened since last week and blocked project.
After network debug, I think this is an expo server side issue.
Anyone can help to fix this issue?

I think it’s a network issue.

Try checking your network or change to another network.

Hi @rickyao

Are you able to access https://api.expo.dev/graphql from a web browser? It should display a “Method Not Allowed” message in the browser.

Are you able to test with a VPN?

1 Like

yes I can see “Method Not Allowed” in browser.and also I can even ping api.expo.dev successfully in terminal. That is why I think server side causes the issue.

yes it is a network issue , but even though I switched to another network or just use vpn routing all traffic from us/eu/jp etc, I still encountered this issue sometimes.