yaowj2 commented on issue #10340:
URL: 
https://github.com/apache/dolphinscheduler/issues/10340#issuecomment-1177156131

   从debug springboot报的实际异常是org.eclipse.jetty.io.EofException: Early 
EOF,原因在前端用axios 提交时设置了超时时间为15s,导致在上传过程中前端超时中断了。前端代码在前端ui service.ts这个地方:
   const baseRequestConfig: AxiosRequestConfig = {
     baseURL:
       import.meta.env.MODE === 'development'
         ? '/dolphinscheduler'
         : import.meta.env.VITE_APP_PROD_WEB_URL + '/dolphinscheduler',
     timeout: 15000,


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to