Baboo7 / strapi-plugin-import-export-entries

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

[BUG] Strapi v4.24.4, export not working on aws ecs. #197

Open manojkmishra opened 2 months ago

manojkmishra commented 2 months ago

Describe the bug A clear and concise description of what the bug is.

After upgrading strapi to 4.24.4, export has stopped working on strapi deployed on aws ecs. On localhost it works fine. image image

To Reproduce Steps to reproduce the behavior:

Deploy strapi on AWS ECS with above listed dependencies of package.json. Create any collection and add some data in content manager, then try to export it.

See error image

Expected behavior A clear and concise description of what you expected to happen.

Export should work without any error, as it is working on localhost image

amityweb commented 3 hours ago

Notice how it says "Export Whole Database" - it could be related to that. We cant export whole database and get errors too.

There is a bug reported many times and not fixed in that it wont export just that single content type, but the whole database.

Might be related. See https://github.com/Baboo7/strapi-plugin-import-export-entries/issues/195