AlistGo / alist

🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。
https://alist.nn.ci
GNU Affero General Public License v3.0
43.9k stars 5.69k forks source link

请教AlistCloudflare加速CDN怎么配置,明明都每个值都填了却报sign missmatch错误 #6689

Closed ghostWindows-files closed 4 months ago

ghostWindows-files commented 4 months ago

Please make sure of the following things

AList Version / AList 版本

v3.35.0

Driver used / 使用的存储驱动

Terabox,Pikpak

Describe the bug / 问题描述

alist-proxy.js 这个代码最近新增了一个叫WORKER_ADDRESS的变量但是当我在pages部署好以后填入网址并下载却提示sign missmatch 希望有人帮我解答一下

Reproduction / 复现链接

alist-proxy.js

Config / 配置

alist-proxy.js

Logs / 日志

No response

Simonzhang8 commented 4 months ago

你填的内容是什么啊?注意网址后面不能有斜杠/,如https://al.nn.ci不能填成https://al.nn.ci/

ghostWindows-files commented 4 months ago

你填的内容是什么啊?注意网址后面不能有斜杠/,如https://al.nn.ci不能填成https://al.nn.ci/

玩全安装要求填的啊,刚刚我还特地洗了把脸确定是完全按照要求的

Simonzhang8 commented 4 months ago

你具体填的是什么啊,代码那里放出来看一下,我刚才试了下新版代码是可以正常用的

Simonzhang8 commented 4 months ago

sign mismatch也可能是你TOKEN填错了

ghostWindows-files commented 4 months ago

sign mismatch也可能是你TOKEN填错了

token又检查了一遍是正确的,结果还是sign mismatch 请问worker address里面的地址开头需要加https://吗

Simonzhang8 commented 4 months ago

要的,两个address都需要加上https(或者http)

ghostWindows-files commented 4 months ago

要的,两个address都需要加上https(或者http)

好,我加上再试一下

ghostWindows-files commented 4 months ago

要的,两个address都需要加上https(或者http)

已正常