expo: Unable to build:android because of 500 server error
Hi 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.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 39 (12 by maintainers)
It was due to the
ownerin app.json. The value should be an existing username on Expo platform.Hi guys. I have a similar error. Can you please help me?
@sergioalvz after some investigation I found what’s the problem. I’ll try to fix it today and will let you know about the status.
I am getting this issue currently, and have just updated expo-cli, and logged out and back in to expo-cli:
I get the same error when I run
expo build:ios.@brentvatne thanks for the prompt reply working now! i’ve encountered this a couple times now. the status page doesn’t seem to be all that quick to update with these outages. perhaps something to relay. 😃
try run command
@jesse-wang @ClementeSerrano @bermann @javadoffuad I just deployed a fix, so old versions of exp should work now. I’m closing this issue.
Had this issue on exp 55.0.4, upgrading to 56.0.0 fixed for me.
npm install -g expHi guys! I’m also having the same issue. I cannot build my app to production
Any clue?
It worked like a charm in both, my personal Expo account and in the CI one. Many thanks! You saved my day 😉