简体   繁体   中英

Receiving 504 Gateway Time-out when getting the manifest

When trying to upload a model to forge we are receiving a 504 gateway timeout:

'GET /modelderivative/v2/designdata/***/manifest HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nAuthorization: Bearer ***\r\nUser-Agent: axios/0.18.1\r\nHost: developer.api.autodesk.com\r\nConnection: close\r\n\r\n',
      _onPendingData: [Function: noopPendingOutput],
      agent: [Agent],
      socketPath: undefined,
      timeout: undefined,
      method: 'GET',
      insecureHTTPParser: undefined,
      path:
       '/modelderivative/v2/designdata/***/manifest',
      _ended: true,
      res: [IncomingMessage],
      aborted: undefined,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      _redirectable: [Writable],
      [Symbol(isCorked)]: false,
      [Symbol(outHeadersKey)]: [Object] },
   data:
    '<html>\r\n<head><title>504 Gateway Time-out</title></head>\r\n<body>\r\n<center><h1>504 Gateway Time-out</h1></center>\r\n</body>\r\n</html>\r\n' } }

/nodejs/node_modules/rxjs/internal/util/hostReportError.js:4 setTimeout(function () { throw err; }, 0);

What can we try to fix this? Do you need the model or other information? Its a model with lots of geometry.

kind regards

I have the last two hours "gateway Time-Out" errors just viewing models

GET https://developer.api.autodesk.com/derivativeservice/v2/manifest/dXJuOmFkc2sud2lwcHJvZDpmcy5maWxlOnZmLmVvU0dVZFVyUTZ5UTVWZm05Rk54QWc_dmVyc2lvbj0x?domain=https%3A%2F%2Fourwebsite.net 504 (Gateway Time-out)

We're experiencing a few issues and we're working on it.

UPDATE

Should be back to normal now.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM