Help with package downloads #6870
Unanswered
eliezermontoyo
asked this question in
Q&A
Replies: 3 comments
-
I just found out that it works fine using chrome browser but does not download packages in edge. Strange. If I find out what's causing this I'll post it here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I noticed that on Chrome - Package Download it calls and uses sw.js when it downloads (Right Browser), but in Edge it does not (Left Browser). |
Beta Was this translation helpful? Give feedback.
0 replies
-
Has anyone else experienced this problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm having some difficulties getting package downloads to work on ubuntu on Alist version v3.36.0. I always get the following message when trying to download a folder.


I've made sure that cors is enable on the list conf file and on my reverse proxy.
root@ca:~# curl -I -X GET https://fileshare.pacomsystems.com
curl -I -X POST https://fileshare.pacomsystems.com
HTTP/2 200
server: openresty
date: Wed, 24 Jul 2024 19:51:36 GMT
content-type: text/html
access-control-allow-origin: *
access-control-allow-methods: GET, POST, OPTIONS
access-control-allow-headers: User-Agent,Keep-Alive,Content-Type
access-control-expose-headers: Content-Length,Content-Range
HTTP/2 200
server: openresty
date: Wed, 24 Jul 2024 19:51:36 GMT
content-type: text/html
access-control-allow-origin: *
access-control-allow-methods: GET, POST, OPTIONS
access-control-allow-headers: User-Agent,Keep-Alive,Content-Type
access-control-expose-headers: Content-Length,Content-Range
Everything else works fine, for example I can download single files just fine but when i try to do a package download it stays like this.

Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions