Baboo7 / strapi-plugin-import-export-entries

Import/Export data from and to your database in just few clicks.
179 stars 95 forks source link

Postgres, export 500 internal server error #132

Open sarthak-lootmogul opened 1 year ago

sarthak-lootmogul commented 1 year ago

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 image image

anilslabs commented 9 months ago

@sarthak-lootmogul Have you found any solution for this issue?