500 error when building both ios and android

I get the following error when building both android and ios. It worked a week ago without any errors. I tried updating the cli, logged in and out, and anything else I could find in this forum.
Request failed with status code 500
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:17:12)
at IncomingMessage.handleStreamEnd (/usr/local/lib/node_modules/exp/node_modules/axios/lib/adapters/http.js:236: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)

1 Like

Are you using exp? If yes, then upgrade to expo-cli

Thanks, That was the issue.

1 Like

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