线上版本在7月16号下午突然上传图片都失败了,当天一点左右还有上传图片,线上版本更新时间是7月5号,此后后台也没有更新过
在排查中发现使用微信以外的工具都能上传,测试过程中发现在小程序中上传8kb的图片成功,上传100kb左右的失败,改用http请求上传图片也是成功,以下是上传过程返回的错误码
cookies: []
data: "<html>
↵<head><title>404 Not Found</title></head>
↵<body bgcolor="white">
↵<center><h1>404 Not Found</h1></center>
↵<hr><center>nginx/1.13.6</center>
↵</body>
↵</html>
↵"
errMsg: "uploadFile:ok"
header: {Server: "nginx/1.13.6", Date: "Tue, 16 Jul 2019 14:15:22 GMT", Content-Type: "text/html", Content-Length: "169", Connection: "close"}
statusCode: 404
请问这是什么问题造成的
麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)