Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build request failed: Unexpected server error #2405

Closed
dominikermel opened this issue May 31, 2024 · 4 comments
Closed

Build request failed: Unexpected server error #2405

dominikermel opened this issue May 31, 2024 · 4 comments
Labels
bug Something isn't working eas build issue accepted

Comments

@dominikermel
Copy link

Summary

Builds stopped working on our expo team account (after Feb 2, 2024). It has the odd name "codegewerk " (yes, with a space character in the end).

It happens on new projects, too: With my personal account "d.ermel", I can create and build a new project. On our team account "codegewerk ", it does not work (any more).

Expected behavior: eas build --platform android creates a build

What is actually happening:

Build request failed. Make sure you are using the latest eas-cli version. If the problem persists, report the issue.
Request ID: 03fd5af7-e395-40ec-a179-26b8b71f1a3a
Error message: Unexpected server error (Expo error ID: 03fd5af7-e395-40ec-a179-26b8b71f1a3a).

What platform(s) does this occur on?

Android, iOS

SDK Version

51.0.9

Environment

expo-env-info 1.2.0 environment info:
System:
OS: macOS 14.5
Shell: 5.9 - /bin/zsh
Binaries:
Node: 21.6.1 - /opt/homebrew/bin/node
npm: 10.4.0 - /opt/homebrew/bin/npm
Managers:
CocoaPods: 1.15.2 - /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 23.5, iOS 17.5, macOS 14.5, tvOS 17.5, visionOS 1.2, watchOS 10.5
IDEs:
Android Studio: 2021.3 AI-213.7172.25.2113.9123335
Xcode: 15.4/15F31d - /usr/bin/xcodebuild
npmPackages:
expo: ~51.0.9 => 51.0.9
expo-router: ~3.5.14 => 3.5.14
react: 18.2.0 => 18.2.0
react-dom: 18.2.0 => 18.2.0
react-native: 0.74.1 => 0.74.1
react-native-web: ~0.19.10 => 0.19.12
npmGlobalPackages:
eas-cli: 9.1.0
Expo Workflow: managed

Minimal reproducible example

Create and install new project

npm install --global eas-cli && npx create-expo-app test && cd test && eas init --id <your-new-project-id>

Try eas build

eas build:configure
eas build --platform android
@byCedric byCedric transferred this issue from expo/expo May 31, 2024
@szdziedzic
Copy link
Member

Hi @dominikermel!

Thanks for the report! I was able to reproduce the issue. I figured out what was causing it and I'm working on the fix now.

@szdziedzic szdziedzic added issue accepted bug Something isn't working eas build labels Jun 13, 2024
@expo-bot
Copy link
Contributor

Thank you for filing this issue!
This comment acknowledges we believe this may be a bug and there’s enough information to investigate it.
However, we can’t promise any sort of timeline for resolution. We prioritize issues based on severity, breadth of impact, and alignment with our roadmap. If you’d like to help move it more quickly, you can continue to investigate it more deeply and/or you can open a pull request that fixes the cause.

@szdziedzic
Copy link
Member

@dominikermel it should be fixed now

@dominikermel
Copy link
Author

Thanks a lot. Builds work again! 💪

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working eas build issue accepted
Projects
None yet
Development

No branches or pull requests

3 participants