murattkoc opened a new issue, #38178:
URL: https://github.com/apache/superset/issues/38178
### Bug description
I configured the configuration, Dashobards and everything else are in
Turkish, but the login page didn't work. I've tried many things but it's
unresponsive. Why?
Docker image v6.0.0
```
import os
SUPERSET_DEFAULT_TIMEZONE = "Europe/Istanbul"
BABEL_DEFAULT_LOCALE = "tr"
LANGUAGES = {
"en": {"flag": "us", "name": "English"},
"tr": {"flag": "tr", "name": "Turkish"},
}
BABEL_TRANSLATION_DIRECTORIES = "/app/superset/translations"
FEATURE_FLAGS = {
"ALERT_REPORTS": True,
}
import json
CELERY_TIMEZONE = "Europe/Istanbul"
CELERY_ENABLE_UTC = False
# Raporların içindeki linklerin doğru çalışması için
WEBDRIVER_BASEURL = "http://superset:8088/"
WEBDRIVER_TYPE = "chrome"
WEBDRIVER_OPTION_ARGS = [
"--headless",
"--no-sandbox",
"--disable-dev-shm-usage",
"--disable-gpu",
"--window-size=1200,800"
]
THUMBNAIL_SELENIUM_USER = "admin"
APP_ICON_WIDTH = 500
```
### Screenshots/recordings
<img width="1912" height="862" alt="Image"
src="https://github.com/user-attachments/assets/cbb2a372-e886-4719-8e43-3767785c7d24"
/>
### Superset version
6.0.0
### Python version
3.9
### Node version
16
### Browser
Chrome
### Additional context
_No response_
### Checklist
- [x] I have searched Superset docs and Slack and didn't find a solution to
my problem.
- [x] I have searched the GitHub issue tracker and didn't find a similar bug
report.
- [x] I have checked Superset's logs for errors and if I found a relevant
Python stacktrace, I included it here as text in the "additional context"
section.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]