expo Error: connect ETIMEDOUT 104.197.216.164:443

Viewed 1605

I tried to run React Native android simulator via expo on my android

I've been encountering this error this past 24 hours

Error: connect ETIMEDOUT 104.197.216.164:443
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16)

and on my android , it said "something went wrong , network response timed out"

I've upgrade expo version both in my PC and Android

idk what else to do since I can't find any solution for this online

Can anyone help please ?

3 Answers

some times the expo server is down, it can be solve , try again later

you have (access denied 403) error . It means it have problem with your region. you need to change your IP to another region with VPN or VPS or Proxy.

Check your internet connection for your device, then run the command expo start again.

Related