mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Cannot Upload .ytd Files via File Upload #328
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BlockyBlockling on GitHub (May 3, 2025).
Current Behavior
When I'm trying to upload .ytd files, it fill show two files in the frontend, one with a filesize of 0 bytes and one with the true file size. The one with 0 bytes is uploading successfully. The one with the actual bytes is failing. When uploading, the empty file is being uploaded actually empty.
Expected Behavior
.ytd files actually uploading as supposed to
Steps to Reproduce
Try to upload any real .ytd file
Panel Version
1.0.0-beta19
Wings Version
1.0.0-beta11
Games and/or Eggs Affected
FiveM
Docker Image
ghcr.io/parkervcp/yolks:debian
Error Logs
Is there an existing issue for this?
@notAreYouScared commented on GitHub (May 3, 2025):
Can you provide wing logs just to rule out a possible wings issue
@BlockyBlockling commented on GitHub (May 6, 2025):
Okay So actually it seems to be a Filesize issue.
There is only Panel logs and it also happens when trying to upload other Files.
Panel Logs:
If I see it correctly its something with bad gateway on reverse Proxy?
@notAreYouScared commented on GitHub (May 6, 2025):
Seems like more of network issue. As for if its reverse proxy relates im not sure.
@lancepioch commented on GitHub (May 7, 2025):
Make sure to increase your max post size on the proxy and your web server
@rmartinoscar commented on GitHub (May 8, 2025):
Just tried on Beta19 & Canary, I can upload fivem
.ytdwithout issue.@Boy132 commented on GitHub (May 13, 2025):
Can't reproduce that.
Like mentioned above this is most likely caused by the upload limit of the webserver and/ or a reverse proxy.