When I am trying to export certain collection when selecting the option "Apply filters and sort to exported data", I get 500 Internal Server Error. This error occurs even if filters are not applied but the option of "Apply filters and sort to exported data" is checked.
I am using version 1.7.1 of this plugin and version 4.1.9 of Strapi. The database is Postgres.
Although everything works if "Apply filters and sort to exported data" is unchecked.
There is a chance that I won't be able to upgrade to newest version, I want some fix in 1.7.1 version or if i am missing something please let me know.
In my plugins config, i have below stuff for import export entries
"import-export-entries": {
enabled: true,
},
The request response data limit is also not an issue as i have checked it already.
When I am trying to export certain collection when selecting the option "Apply filters and sort to exported data", I get 500 Internal Server Error. This error occurs even if filters are not applied but the option of "Apply filters and sort to exported data" is checked. I am using version 1.7.1 of this plugin and version 4.1.9 of Strapi. The database is Postgres. Although everything works if "Apply filters and sort to exported data" is unchecked.
There is a chance that I won't be able to upgrade to newest version, I want some fix in 1.7.1 version or if i am missing something please let me know.
In my plugins config, i have below stuff for import export entries "import-export-entries": { enabled: true, },
The request response data limit is also not an issue as i have checked it already.
Images for reference