-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APM trace screen is blank #72794
Comments
Pinging @elastic/apm-ui (Team:apm) |
@mirai-jeff #72984 should fix this. It was due to incorrect formatting of one the translation files. They use ICU-style select statements which have some tricky formatting. My PR fixes the formatting but the changes I made probably aren't grammatically correct because I don't speak Japanese. Any advice on my PR would be appreciated but we'll also have our translation team look it over. Thanks for reporting this. |
#67082 was a similar issue that affected 7.6 whose fix shipped in 7.8. We've had improvements to our internal translation tooling that better detect things like this. In #72984 I looked and found all the places where this issue was present, so this shouldn't come up again unless new translations are introduced that our tooling doesn't catch. |
Kibana version:
v7.8.0
Elasticsearch version:
v7.8.0
Browser version:
Chrome Version: 84.0.4147.89(Official Build) (64 bit)
Browser OS version:
macOS Mojave 10.14.6
Original install method (e.g. download page, yum, from source, etc.):
Elastic cloud
Describe the bug:
Adding
i18n.locale: "ja-JP"
to the kibana configuration will cause the APM trace to go blank.The following Javascript error has occurred:
Steps to reproduce:
Expected behavior:
The content is displayed normally.
Screenshots (if relevant):
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context:
The text was updated successfully, but these errors were encountered: