Inconsistent Language Persistence in CloudPanel #339

Closed
opened 2026-04-05 20:27:03 +02:00 by MrUnknownDE · 0 comments
Owner

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

  1. Set the language to something other than English.
  2. Log in using an icognito window, the language will revert to English.

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

*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](https://github.com/cloudpanel-io/cloudpanel-ce/issues/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 1. Set the language to something other than English. 2. Log in using an icognito window, the language will revert to English. ### 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_
Sign in to join this conversation.