mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Inconsistent Language Persistence in CloudPanel #339
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 @peaklabs-dev on 10/9/2023
CloudPanel version(s) affected
All
Description
It is a very similar issue to this one, only for the language. 335
If I select a language other than English, it does not persist after logging out or opening the Panel in an incognito window.
How to reproduce
Possible Solution
Avoid relying on Language Cookies (if this is the case)
Instead, store the Langugae in a manner that's independent of browser sessions, perhaps in a database, ensuring persistence until the user decides to change it.
Additional Context
No response