File Upload blocked when user language is set to non English #553

Closed
opened 2026-02-05 17:45:45 +03:00 by OVERLORD · 3 comments
Owner

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:

Image

(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

https://logs.pelican.dev/8d5ebb98

Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
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: <img width="1812" height="1040" alt="Image" src="https://github.com/user-attachments/assets/d966311d-a73f-49af-80c4-88113a5979dd" /> (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 ```bash https://logs.pelican.dev/8d5ebb98 ``` ### Is there an existing issue for this? - [x] I have searched the existing issues before opening this issue. - [x] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [x] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Author
Owner

@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.

@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.
Author
Owner

@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

@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
Author
Owner

@Yoshi-OOF commented on GitHub (Jan 23, 2026):

+1

@Yoshi-OOF commented on GitHub (Jan 23, 2026): +1
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#553