exp build:ios -c failed Error 410

exp build:ios --release-channel staging-v1 -c
select [ I will provide all the credentials and files needed, Expo does limited validation ]
upload all the needed then build failed

[11:41:44] Error while gathering & validating credentials

[11:41:44] Request failed with status code 410

[11:41:44] Set EXPO_DEBUG=true in your env to view the stack trace.

Did you try running:

EXPO_DEBUG=true expo build:ios ...

set EXPO_DEBUG=true the msg is:

[15:40:21] Error while gathering & validating credentials
[15:40:21] Error: Request failed with status code 410
[15:40:21] Request failed with status code 410
[15:40:21] Error: Request failed with status code 410
at createError (/usr/local/Cellar/node/6.3.1/lib/node_modules/exp/node_modules/axios/lib/core/createError.js:16:15)
at settle (/usr/local/Cellar/node/6.3.1/lib/node_modules/exp/node_modules/axios/lib/core/settle.js:17:12)
at IncomingMessage.handleStreamEnd (/usr/local/Cellar/node/6.3.1/lib/node_modules/exp/node_modules/axios/lib/adapters/http.js:236:11)
at IncomingMessage.emit (events.js:208:15)
at endReadableNT (_stream_readable.js:1154:12)
at processTicksAndRejections (internal/process/task_queues.js:77:11)

Update expo-cli, push certificates have been deprecated in favor of Push Notification Keys.

expo-cli is updated,but the error is still there

exp was deprecated about a year ago, install expo-cli package and run it as expo not exp

I have been getting this error message for a while also. Basically same setup as above, using expo-cli and expo command I get

[12:20:10] Error while gathering & validating credentials
[12:20:10] Error: Request failed with status code 410
[12:20:10] Request failed with status code 410

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