Download limit stuck at 13000 rows

Hello team, I am using metabase v0.47.3 version comunity edition. the db used is percona mongodb, in the question I want to download full result for csv the result is stuck in 13000 rows.
The query has about 250000 rows.

why is this happening if the limit is in the million rows?
any way to see why it is being stuck at 13000?
do i have to configure something?

Diagnosticinfo

{
"browser-info": {
"language": "en-US",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.20.1+1",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.20.1",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.20.1+1",
"os.name": "Linux",
"os.version": "5.14.0-284.25.1.el9_2.cloud.0.1.x86_64",
"user.language": "en",
"user.timezone": "GMT"
},
"metabase-info": {
"databases": [
"mongo",
"h2"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "14.11 (Ubuntu 14.11-0ubuntu0.22.04.1)"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.5.4"
}
},
"run-mode": "prod",
"version": {
"date": "2023-10-03",
"tag": "v0.47.3",
"branch": "?",
"hash": "4202328"
},
"settings": {
"report-timezone": null
}
}
}

The question itself has 250000 records? Or have the 250000 records been aggregated in the question and reduced to a smaller result set?

There are approximately 10 million records. 250000 is a "small" portion resulting from mongo aggregation. I need to download the report from Metabase but I am having that problem, it gets stuck on row 13000.

First upgrade Metabase to the latest version, then check the logs