mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
File Upload blocked when user language is set to non English #553
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 @Ezorp on GitHub (Jan 22, 2026).
Current Behavior
It seems that the language of a subuser can disable their view on the files in the Panel.
If the second user logs in the interface and go on his server, the Files category is accessible but clicking on it show a page like this:
(translation of front text : "Send files : - of" and in the background : "Drag files to send")
Temporal fix
Switching the user's language to english solve the issue and make the Files panel accessible again.
Expected Behavior
File view is accessible
Steps to Reproduce
have a working panel + wings with admin user in English.
Create a new user with another language (French in my case, don't know how if it happens in other languages)
Create a new server and put second user as its owner (also work if admin is the server owner and user2 is given permissions over files).
Panel Version
1.0.0-beta31
Wings Version
1.0.0-beta22
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@notAreYouScared commented on GitHub (Jan 22, 2026):
It appears to only happen with french, my suspision is that the browser is translating it for you, as the file upload does not have translation support, and it's breaking the JS code.
@Ezorp commented on GitHub (Jan 22, 2026):
I've tried it in both Firefox and Chromium if that information can help. both have the same outcome of getting stuck in the page
@Yoshi-OOF commented on GitHub (Jan 23, 2026):
+1