升级后 504 gataway time out

升级V1.18.18后 报错
vendor.dll.js:87

   GET https://XXXXXXX/de-api/aiBase/findTargetUrl 504 (Gateway Time-out)

vendor.dll.js:87 Uncaught (in promise)

  1. i {message: ‘Request failed with status code 504’, name: ‘AxiosError’, code: ‘ERR_BAD_RESPONSE’, config: {…}, request: XMLHttpRequest, …}

  2. code: “ERR_BAD_RESPONSE”

  3. config: {transitional: {…}, adapter: Array(2), transformRequest: Array(1), transformResponse: Array(1), timeout: 100000, …}

  4. message: “Request failed with status code 504”

  5. name: “AxiosError”

  6. request: XMLHttpRequest {onreadystatechange: null, readyState: 4, timeout: 100000, withCredentials: false, upload: XMLHttpRequestUpload, …}

  7. response: {data: “

    504 Gateway Time-out

    \nThe server didn’t respond in time.\n\n\n”, status: 504, statusText: ‘Gateway Time-out’, headers: l, config: {…}, …}

  8. stack: “AxiosError: Request failed with status code 504\n at i (https://yxbi.airkm.cn/vendor/vendor.dll.js:87:520733)\n at XMLHttpRequest.S (https://yxbi.airkm.cn/vendor/vendor.dll.js:87:518162)”

  9. [[Prototype]]: Error

页面展示:
504 gateway time out

我也是啊,如何解决

你是怎么部署的?
如果是安装包部署的,可以先清理一下浏览器的缓存。
并且你是在什么情况下触发的这个错误,可以具体描述下。