Broken localisation after syncing data on startup #1995
Unanswered
Basti-Fantasti
asked this question in
Q&A
Replies: 4 comments 2 replies
|
hi! that sounds like a problem with the react files. Can you open the browser's developer console and see if there's a bunch of 404s trying to get "translation.json"? |
0 replies
|
I've now reverted some config changes in my prod.env and made it work locally. |
0 replies
|
Looking good now. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
I have set up the wger server using the provided docker compose file for the 'prod' environment
After enabling these two parameters in the prod.env:
and restarting the containers, all German translations are gone.
I call the '/de' route, but the UI shows in the main content of the site (Top Menu is translated fine) only the string variable names like:
etc
How can I get the proper German translation back?
Thanks in advance
UPDATE 1: The same issue is on all translations.
I've opened the /en route and I also get only the variables like shown above
All reactions