-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Please confirm the following
-
I have read and agree to AGPL-3.0 Section 15 .
The program is provided "as is" without any warranties; you bear all risks of using it. -
I have read and agree to AGPL-3.0 Section 16 .
The copyright holders and distributors are not liable for any damages resulting from the use or inability to use the program. -
I confirm my description is clear, polite, helps developers quickly locate the issue, and complies with community rules.
-
I have read the OpenList documentation.
-
I confirm there are no duplicate issues or discussions.
-
I confirm this is an
OpenListissue, not caused by other reasons (such as network, dependencies, or operation). -
I believe this issue must be handled by
OpenListand not by a third party. -
I confirm this issue is not fixed in the latest version.
-
I have not read these checkboxes and therefore I just ticked them all, Please close this issue.
OpenList Version (required)
v4.1.10
Storage Driver Used (required)
115
Bug Description (required)
When deploying with site_url containing a sub-path (/115hide),
the frontend generates preview URLs with duplicated base_path:
Expected: /115hide/115/file.mp4
Actual: /115hide/115//115hide/115/file.mp4
API raw_url is correct (returns CDN direct link).
Issue is in frontend URL construction for proxy/preview requests.
Logs (required)
For example
GET /115hide/115/folder1//115hide/115/folder1/myvideo.mp4/myvideo.mp4 HTTP/2.0" 200 1497 "-" "Mozilla/5.0
in the website logs
Configuration File Content (required)
from 1panel
in a Docker
Reproduction Link (optional)
No response