Request failed with status code 500 exp build:android

15:58:03 [exp] Request failed with status code 500
15:58:03 [exp] Error: Request failed with status code 500
at createError (/usr/local/lib/node_modules/exp/node_modules/axios/lib/core/createError.js:16:15)
at settle (/usr/local/lib/node_modules/exp/node_modules/axios/lib/core/settle.js:18:12)
at IncomingMessage.handleStreamEnd (/usr/local/lib/node_modules/exp/node_modules/axios/lib/adapters/http.js:191:11)
at IncomingMessage.emit (events.js:187:15)
at endReadableNT (_stream_readable.js:1090:12)
at process._tickCallback (internal/process/next_tick.js:63:19)

Same problem, both with build:ios and build:android.
I build the same project 7 days ago. Is it a problem with expo servers? (using exp 55.0.4)

1 Like

This worked for me:

  • update expo to last version with ‘npm install -g exp’
  • start project with exp start
  • wait until the project started, then open another terminal and run exp build:android

Hope can help you.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.