504 on expo login

I am using expo build service with expo cli, I have the following 504 error:

> expo login --non-interactive -u "${EXPO_CLI_USER}"
 [04:43:18] Request failed with status code 504
 [04:43:18] Error: Request failed with status code 504
     at createError (/mnt/mesos/sandbox/builds/native/node_modules/axios/lib/core/createError.js:16:15)
     at settle (/mnt/mesos/sandbox/builds/native/node_modules/axios/lib/core/settle.js:17:12)
     at IncomingMessage.handleStreamEnd (/mnt/mesos/sandbox/builds/native/node_modules/axios/lib/adapters/http.js:237:11)
     at IncomingMessage.emit (events.js:317:22)
     at endReadableNT (_stream_readable.js:1215:12)
     at processTicksAndRejections (internal/process/task_queues.js:84:21)

I expect to login successfuly, what could cause the 504 login error?

expo-cli 3.31.6 with expo sdk 36

Hi @kopax, were you able to login since then? This was likely a transient error, maybe due to a high load of requests being made

Hi Charlie! Thanks for interesting reply. Yes it’s working now.

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