-
Describe the issueI tried to launch a container with weblate and always get this error: weblate | Starting Weblate 5.12.2... I already tried
Steps to reproduce the behaviorI use this compose: Expected behaviorNo response ScreenshotsNo response Exception tracebackAdditional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
The container cache configuration doesn't match running containers:
PS: You are also missing persistence and volume on the redis container, that will cause serious performance impact on restarts. |
Beta Was this translation helpful? Give feedback.
-
|
Now i´m trying to login, but i receave the next error when i introduce the admin credentials. Permiso denegado Falló la verificación de CSRF. Se interrumpió la petición. The translation is: Have you any idea of what can be happening? in the local instalation works fine, but in the remote container makes this error. |
Beta Was this translation helpful? Give feedback.
The container cache configuration doesn't match running containers:
cacheanddbcontainer needs to follow the naming; please see https://docs.weblate.org/en/latest/admin/install/docker.html#installationPS: You are also missing persistence and volume on the redis container, that will cause serious performance impact on restarts.