star7th / showdoc

ShowDoc is a tool greatly applicable for an IT team to share documents online一个非常适合IT团队的在线API文档、技术文档工具
https://www.showdoc.com.cn
Other
12.19k stars 2.18k forks source link

阿里云 OSS 图片上传成功但页面报错 #1524

Closed littlemolh closed 2 years ago

littlemolh commented 2 years ago

报错代码

{
error_code: 999
error_message: ":  RequestId:  。错误位置:/www/server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/Result.php  97
}

oss图片上传记录 image

star7th commented 2 years ago

实测能上传阿里云并且无报错。 对于你的情况,我怀疑你是使用了nginx转发把header信息给漏了。报错里的RequestId好像是从阿里云oss接口的header中获取的。我不清楚你的服务器为什么读取不到。 另外就是阿里云oss的访问权限要选择 公共读 , 不要选择 私有。

littlemolh commented 2 years ago

我把PHP8.0换成7.4就可以了

star7th commented 2 years ago

已经发布新版了。理论上已经解决了该问题