BUG : "Something went wrong" when using Portugues/Brazil

Hi,
When I choose "Brazilian Portuguese" localization, I get a "Something went wrong" error when clicking Models and Metrics menu.
When I choose "English" there is no error.
Thanks

What version of metabase are you using? and you're referring to the Instance language?

Hi,
I am using Docker with 0.52.2.
I removed the former one and recreated.
Now, only Metrics show an error:

Algo deu errado
Houve um problema. Você pode tentar recarregar ou apenas voltar a página.

Yes, is INSTANCE LANGUAGE.
Thanks

Can you share some screenshots, cause i am not sure if it's clear what your're doing but i am not able to replicate

Hi,

Error

Version
Version

I would like to send the Diagnostic JSON file, but there is not "attachments" options"

Thanks

Hi,
I updated to version 0.52.4, but the error is the same: only in Portuguese localization.
Thanks

Tried again but i am not having the same issue ... Can you check the Admin -> Troubleshooting -> Logs when you access metrics to see if any error pops up there ... Also check the developer tools console/network tab if any errors show there as well.

I am assuming you tried incognito as well right or on a different browser just to be sure?

Hi,

Yes, I tested in another browsers.
No, there is no error in the logs.
You can test by yourself:

http://ubuntu.easylob.com:13000
easylob@gmail.com
Met@bas3

Please, let me know when you finish: I will change the password.
Below, you find the Docker Compose file:

services:
metabase:
image: metabase/metabase:latest
container_name: xmetabase
hostname: metabase
volumes:
- /var/devops/docker/metabase/random:/dev/random:ro
ports:
- 13000:3000
environment:
MB_DB_TYPE: postgres
MB_DB_DBNAME: metabase
MB_DB_PORT: 5432
MB_DB_USER: postgres
MB_DB_PASS: ...
MB_DB_HOST: 172.18.0.1

I am running PostgreSQL server on my host, not inside a Docker container.

Thanks