expo / eas-cli

Fastest way to build, submit, and update iOS and Android apps
https://docs.expo.dev/eas/
MIT License
840 stars 85 forks source link

eas build fails cloud and local both: Service Unavailable Error: GraphQL request failed. #2702

Closed umrashrf closed 3 days ago

umrashrf commented 3 days ago

Build/Submit details page URL

No response

Summary

eas build timeouts after several seconds and shows this error.

Managed or bare?

Managed

Environment

expo-env-info 1.2.1 environment info:
    System:
      OS: macOS 14.6.1
      Shell: 5.9 - /bin/zsh
    Binaries:
      Node: 23.2.0 - /opt/homebrew/bin/node
      Yarn: 1.22.22 - ~/.yarn/bin/yarn
      npm: 10.9.0 - ~/npm/bin/npm
      Watchman: 2024.11.11.00 - /opt/homebrew/bin/watchman
    Managers:
      CocoaPods: 1.14.3 - /Users/umairashraf/.gem/ruby/2.6.0/bin/pod
    SDKs:
      iOS SDK:
        Platforms: DriverKit 24.1, iOS 18.1, macOS 15.1, tvOS 18.1, visionOS 2.1, watchOS 11.1
      Android SDK:
        API Levels: 31, 34, 35
        Build Tools: 33.0.1, 34.0.0, 35.0.0
    IDEs:
      Xcode: 16.1/16B40 - /usr/bin/xcodebuild
    npmPackages:
      expo: ^52.0.7 => 52.0.7 
      expo-router: ~4.0.6 => 4.0.6 
      react: 18.3.1 => 18.3.1 
      react-dom: 18.3.1 => 18.3.1 
      react-native: 0.76.2 => 0.76.2 
      react-native-web: ~0.19.13 => 0.19.13 
    npmGlobalPackages:
      eas-cli: 13.1.1
      expo-cli: 6.3.12
    Expo Workflow: bare

Error output

Service Unavailable
    Error: GraphQL request failed.

Reproducible demo or steps to reproduce from a blank project

eas build

umrashrf commented 3 days ago

Somehow it's resolved now for me