Infos:
- Used Zammad version: 6.4 (latest)
- Used Zammad installation type: Docker Compose
- Operating system: Ubuntu 24.04.1
- Browser + version: All
- ** Proxy Engine Nginx
Expected behavior:
- The default language for new users should be Polish.
Actual behavior:
- Zammad detects all sessions as originating from Frankfurt and sets the default language to English, even though I want Polish as the default for new users. Most of them do not speak English.
Steps to reproduce the behavior:
- Set up Zammad using Docker Compose on a machine in Frankfurt.
- Use a proxy on the same machine to encrypt communication.
- Create a new user session – the language defaults to English instead of Polish.
Additional Context:
I have a Zammad instance deployed via Docker Compose on a server located in Frankfurt. On the same server, I also run a proxy to handle encrypted communication. The issue seems to be related to the server location or the proxy setup, as Zammad assumes all sessions are from Frankfurt and automatically defaults the language to English.
I need the default language for new users to be Polish. How can I configure Zammad to ignore the detected location or enforce Polish as the default language?