MarSeventh / CloudFlare-ImgBed

CloudFlare 图床,基于 CloudFlare Pages 的免费图片托管解决方案,支持 Telegram Bot 和 Cloudflare R2 等多种存储方式!
https://demo-cloudflare-imgbed.pages.dev/
Creative Commons Zero v1.0 Universal
1.09k stars 991 forks source link

部署到服务器无法上传 #87

Open 1205747671 opened 1 month ago

1205747671 commented 1 month ago

我参照3.1.2.2部署于服务器的教程部署到了自己的服务器,提示成功: image

但是上传图片的时候提示: image

这是因为墙的问题么?还是什么原因呀

MarSeventh commented 1 month ago

如果还出现该问题的话,可以试试把源码/functions/upload.js中的40和41行注释掉,即:


//    await errorHandling(context);
//    telemetryData(context);
1205747671 commented 1 month ago

如果还出现该问题的话,可以试试把源码/functions/upload.js中的40和41行注释掉,即:

//    await errorHandling(context);
//    telemetryData(context);

还是提示internal error,我的服务器不能科学上网,是因为不能访问TG的api所以无法上传么?

MarSeventh commented 1 month ago

是的