expo: FetchError: request to https://api.expo.dev/v2/manifest/sign failed, reason: read ECONNRESET
Summary
Hello,
I want to start my server but I got this error:
FetchError: request to https://api.expo.dev/v2/manifest/sign failed, reason: read ECONNRESET
What platform(s) does this occur on?
iOS
SDK Version
48
Environment
expo-env-info 1.0.5 environment info:
System:
OS: Windows 10 10.0.19044
Binaries:
Node: 16.13.2 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.11 - ~\AppData\Roaming\npm\yarn.CMD
npm: 8.1.2 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: Version 2020.3.0.0 AI-203.7717.56.2031.7583922
npmPackages:
expo: ^48.0.0 => 48.0.15
react: 18.2.0 => 18.2.0
react-dom: 18.2.0 => 18.2.0
react-native: 0.71.7 => 0.71.7
react-native-web: ~0.18.9 => 0.18.10
Expo Workflow: managed
Minimal reproducible example
npx expo start
About this issue
- Original URL
- State: closed
- Created a year ago
- Reactions: 4
- Comments: 16 (5 by maintainers)
This issue may arise when you uninstall a library that is somehow related to Expo. At least for my specific use case, that is what happened. I had initially installed
react-native-dropdown-pickerbut later discovered that it wasn’t necessary for my project. So, I uninstalled it, and when I tried to run my app withnpm start,I encountered this error. To resolve this, I had to globally installExpo CLIagain using the following command:npm i -g expo-cliOnce I did that, everything worked smoothly.
Having same issue FetchError: request to https://api.expo.dev/v2/manifest/sign failed, reason: Socket connection timeout