You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When changing the locale in the application's settings page to English, the web UI partially updates to reflect the new locale. However, some parts of the page remain in the previous locale. Additionally, refreshing the browser or re-entering the web page causes some parts of the UI to revert to the previous locale or not update correctly.
To Reproduce
Steps to reproduce the behavior:
Open the application and navigate to the settings page.
Change the locale to English in the settings.
Observe that some parts of the UI update to English, while others remain in the previous locale.
Refresh the browser or re-enter the web page and notice that some parts of the UI do not reflect the updated locale.
Expected behavior
After changing the locale in the application's settings, the entire web UI should consistently reflect the selected locale (English in this case) across all pages. Refreshing the browser or re-entering the web page should not cause any parts of the UI to revert to the previous locale.
Screenshots
My browser setting is Korean.
Logs
Output of docker-compose logs or kubectl logs respectively
Version and Deployment (please complete the following information):
authentik version: 2024.12.1
Deployment: docker-compose
Additional context
This issue was tested in a Docker environment. The problem seems to be related to locale persistence or caching in certain parts of the UI after changing the locale in the application's settings.
The text was updated successfully, but these errors were encountered:
Describe the bug
When changing the locale in the application's settings page to English, the web UI partially updates to reflect the new locale. However, some parts of the page remain in the previous locale. Additionally, refreshing the browser or re-entering the web page causes some parts of the UI to revert to the previous locale or not update correctly.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After changing the locale in the application's settings, the entire web UI should consistently reflect the selected locale (English in this case) across all pages. Refreshing the browser or re-entering the web page should not cause any parts of the UI to revert to the previous locale.
Screenshots
My browser setting is Korean.
Logs
Output of docker-compose logs or kubectl logs respectively
Version and Deployment (please complete the following information):
Additional context
This issue was tested in a Docker environment. The problem seems to be related to locale persistence or caching in certain parts of the UI after changing the locale in the application's settings.
The text was updated successfully, but these errors were encountered: