阿里云OSS前端报错但实际上传成功
#4806
-
使用阿里云OSS时,概率出现Cannot read properties of undefined (reading 'status'), |
Beta Was this translation helpful? Give feedback.
Answered by
wozsun
Jul 19, 2023
Replies: 1 comment 3 replies
-
F12看一下网络请求 可能是nginx超时了 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
找到问题了,不是nginx,是我CDN 10秒就关闭回源链接(epoll_wait() reported that client prematurely closed connection, so upstream connection is closed too while sending request to upstream)导致的出错:cry:不好意思麻烦了:pray: