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
After redirect from keycloack the language is defaulting to English
Cannot load other languages locally with .en.local vars or in the deployed version when logged in
Reproduce on the server:
In the deployed version, log-in to the Danube app
Switch the locale switcher to Hungarian or German
Keycloack works but the language will still be in English
Reproduce locally:
In the app.ts file of the Danube app, uncomment lines 38-40
Comment out lines 34-37
Make sure you have .env.local vars in the project root
Run the app
Navigate to the Danube app, switch language to German or Hungarian
The app defaults to English
Note: if .env.local vars are not present in project root, the locale switcher works, however this times out the keycloack instance/is only working because keycloack is failing (not a long-term solution)
Description
Reproduce on the server:
Reproduce locally:
app.tsfile of the Danube app, uncomment lines 38-40