Unable to build:android because of 500 server error
See original GitHub issueHi there,
since yesterdays’s afternoon I’m not able to build my Android standalone application. iOS is working fine, though. I have tried to debug or something, but I cannot find much more information. On Expo web interface I can see the following message:

Environment
Environment:
OS: macOS High Sierra 10.13.3
Node: 8.11.1
Yarn: 1.6.0
npm: 5.6.0
Watchman: 4.9.0
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: 3.0 AI-171.4443003
Packages: (wanted => installed)
expo: ^26.0.0 => 26.0.0
react: 16.3.0-alpha.1 => 16.3.0-alpha.1
react-native: https://github.com/expo/react-native/archive/sdk-26.0.0.tar.gz => 0.54.2
App target: iOS & Android
Steps to Reproduce
build:ios
is working fine but build:android
has stopped working since yesterday with the following error:
15:45:56 [exp] Making sure project is set up correctly...
15:46:03 [exp] Warning: 'react-native' peer dependency missing. Run `npm ls` in /Users/sergioalvarez/Projects/app to see full warning.
15:46:03 [exp]
15:46:03 [exp] If there is an issue running your project, please run `npm install` in /Users/sergioalvarez/Projects/app and restart.
15:46:03 [exp] Your project looks good!
15:46:03 [exp] Checking if current build exists...
15:46:04 [exp] No currently active or previous builds for this project.
15:46:06 [exp] Request failed with status code 500
15:46:06 [exp] Error: Request failed with status code 500
at createError (/Users/sergioalvarez/Projects/app/node_modules/exp/node_modules/axios/lib/core/createError.js:16:15)
at settle (/Users/sergioalvarez/Projects/app/node_modules/exp/node_modules/axios/lib/core/settle.js:18:12)
at IncomingMessage.handleStreamEnd (/Users/sergioalvarez/Projects/app/node_modules/exp/node_modules/axios/lib/adapters/http.js:191:11)
at emitNone (events.js:111:20)
at IncomingMessage.emit (events.js:208:7)
at endReadableNT (_stream_readable.js:1064:12)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
We have at least two expo accounts building the same APK (personal and CI).
Any help would be much appreciated, since I can’t debug anything more (or I don’t find any other way to get more information about what’s going wrong)
UPDATE: publish
is working fine as well.
UPDATE: ID of a build which has recently failed: 19865bca-a505-4b85-bb81-599bdafe4f75
in case of it helps to clarify anything on the server side.
Issue Analytics
- State:
- Created 5 years ago
- Comments:39 (12 by maintainers)
It was due to the
owner
in app.json. The value should be an existing username on Expo platform.Hi guys. I have a similar error. Can you please help me?