Excel / Csv /Json export failed

Hello to all,

I have tables from dashboards that I want to export to Excel.
When I try to export these boards, no problem. But as soon as I add a filter on a column, the export gives me a corrupted file.
In the console, I get an error 500

Can you share your Admin -> Troubleshooting -> Diagnostic Info

Can you also share the logs and the error as txt (so i can transalate it to english)

Same issue is happening with me

Please post diagnostic info

{
"browser-info": {
"language": "en-US",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "Java(TM) SE Runtime Environment",
"java.runtime.version": "18.0.2+9-61",
"java.vendor": "Oracle Corporation",
"java.vendor.url": "https://java.oracle.com/",
"java.version": "18.0.2",
"java.vm.name": "Java HotSpot(TM) 64-Bit Server VM",
"java.vm.version": "18.0.2+9-61",
"os.name": "Windows Server 2012 R2",
"os.version": "6.3",
"user.language": "en",
"user.timezone": "Asia/Calcutta"
},
"metabase-info": {
"databases": [
"h2",
"sqlserver"
],
"hosting-env": "unknown",
"application-database": "h2",
"application-database-details": {
"database": {
"name": "H2",
"version": "2.1.212 (2022-04-09)"
},
"jdbc-driver": {
"name": "H2 JDBC Driver",
"version": "2.1.212 (2022-04-09)"
}
},
"run-mode": "prod",
"version": {
"date": "2023-04-28",
"tag": "v0.46.2",
"branch": "release-x.46.x",
"hash": "8967c94"
},
"settings": {
"report-timezone": "Asia/Kolkata"
}
}
}

Please use Java 11 and try again