exp build:ios Error while gathering & validating credentials (status code 404)

I’m also getting the same error. Here looks to be the endpoint with the 404 with axios:

follow-redirects options { protocol: 'https:',
  maxRedirects: 21,
  maxBodyLength: 52428800,
  hostname: 'exp.host',
  port: null,
  path: '/--/api/updateCredentials/%5B%5D',
  method: 'post',
  headers:
   { Accept: 'application/json, text/plain, */*',
     'Content-Type': 'application/json;charset=utf-8',
     'Exp-ClientId': 'c-tlJph5-RT9mLAXDTJEBu0w',
     'Expo-Session': '{"id":"ec4163a6-3ff8-4fd1-82b7-60defee405f0","version":1,"expires_at":1893456000000}',
     'User-Agent': 'axios/0.16.2',
     'Content-Length': 23504 },
  agent: undefined,
  auth: undefined,
  nativeProtocols:
   { 'http:':
      { _connectionListener: [Function: connectionListener],
        METHODS: [Array],
        STATUS_CODES: [Object],
        Agent: [Object],
        ClientRequest: [Object],
        globalAgent: [Object],
        IncomingMessage: [Object],
        OutgoingMessage: [Object],
        Server: [Object],
        ServerResponse: [Object],
        createServer: [Function: createServer],
        get: [Function: get],
        request: [Function: request] },
     'https:':
      { Server: [Object],
        createServer: [Function: createServer],
        globalAgent: [Object],
        Agent: [Object],
        request: [Function: request],
        get: [Function: get] } } }