A lot of {0} around Metabase

Since on of the latest updates, there are a lot of broken values that just displays {0} instead of the correct number. (like the total rows displayed is also {0} instead of the correct number)

I'm using Metabase on Postgresql installation with Java. Excisting installs and a new clean fresh install.

Is there a ticket open already for this?

Hi @cobalt
Post "Diagnostic Info" from Admin > Troubleshooting.
Sounds like this issue, which I'm trying to get into next patch release:
https://github.com/metabase/metabase/issues/15694

Seems like that idd.

{
"browser-info": {
"language": "nl-NL",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "Cp1252",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.11+9",
"java.vendor": "AdoptOpenJDK",
"java.vendor.url": "https://adoptopenjdk.net/",
"java.version": "11.0.11",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.11+9",
"os.name": "Windows Server 2016",
"os.version": "10.0",
"user.language": "en",
"user.timezone": "Europe/Paris"
},
"metabase-info": {
"databases": [
"postgres"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "10.2"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.2.18"
}
},
"run-mode": "prod",
"version": {
"date": "2021-05-17",
"tag": "v0.39.2",
"branch": "release-x.39.x",
"hash": "b0d9436"
},
"settings": {
"report-timezone": "Europe/Brussels"
}
}
}

@cobalt I'm guessing you're using Dutch language in the UI? If yes, then it's the issue I referenced.

1 Like

Confirming that it's fixed now with the new version of today.

1 Like