expo: Expo v50.0.8 Go - Certificate Not Valid
Summary
My Expo Go app was working, then all of a sudden I started receiving this error. I assume my IP changed, but I checked my IP and it aligns. I also set the env variable
I’m on Mac, I ran this command: export REACT_NATIVE_PACKAGER_HOSTNAME=10.83.7.182
What platform(s) does this occur on?
iOS
SDK Version
50.0.8
Environment
expo-env-info 1.2.0 environment info: System: OS: macOS 14.2.1 Shell: 5.9 - /bin/zsh Binaries: Node: 20.9.0 - ~/.nvm/versions/node/v20.9.0/bin/node Yarn: 1.22.19 - ~/.nvm/versions/node/v20.9.0/bin/yarn npm: 10.1.0 - ~/.nvm/versions/node/v20.9.0/bin/npm Watchman: 2024.01.22.00 - /opt/homebrew/bin/watchman Managers: CocoaPods: 1.15.2 - /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: DriverKit 23.2, iOS 17.2, macOS 14.2, tvOS 17.2, visionOS 1.0, watchOS 10.2 IDEs: Android Studio: 2022.3 AI-223.8836.35.2231.11005911 Xcode: 15.2/15C500b - /usr/bin/xcodebuild npmPackages: expo: ^50.0.8 => 50.0.8 expo-router: ~3.4.1 => 3.4.7 react: 18.2.0 => 18.2.0 react-dom: 18.2.0 => 18.2.0 react-native: 0.73.5 => 0.73.5 react-native-web: ~0.19.6 => 0.19.10 npmGlobalPackages: eas-cli: 7.1.3 Expo Workflow: managed
Minimal reproducible example
Package.json
"dependencies": {
"@react-native-async-storage/async-storage": "1.22.2",
"axios": "^1.6.7",
"expo": "^50.0.8",
"expo-auth-session": "~5.4.0",
"expo-constants": "~15.4.2",
"expo-linear-gradient": "~12.7.2",
"expo-linking": "~6.2.1",
"expo-router": "~3.4.1",
"expo-splash-screen": "~0.26.1",
"expo-status-bar": "~1.11.1",
"firebase": "^10.6.0",
"formik": "^2.4.5",
"lucide-react-native": "^0.338.0",
"nativewind": "^4.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.5",
"react-native-reanimated": "~3.6.0",
"react-native-safe-area-context": "4.9.0",
"react-native-screens": "~3.29.0",
"react-native-svg": "^14.1.0",
"react-native-tab-view": "^3.5.2",
"react-native-web": "~0.19.6",
"tailwindcss": "^3.4.0",
"yup": "^1.3.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.59",
"typescript": "^5.3.0"
},
"overrides": {
"undici": "^6.6.2",
"semver": "^7.6.0"
},
About this issue
- Original URL
- State: closed
- Created 4 months ago
- Reactions: 21
- Comments: 33
Temporary solution is comment out
extra.eas.projectIdIt’s working now
From https://status.expo.dev/#
Monitoring - Certificate rotation complete. Re-running
npx expo start(no--offlineflag) should refresh the certificate for local development of projects.Works now on my side.
please stop commenting +1 as it spamming the thread use emoji in orignal question to thumbs up.
I’m having the same problem