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] JSON Export error with deepness of 10 or more #175

Open hargarpay opened 6 months ago

hargarpay commented 6 months ago

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Go to Import Export Button under plugin
  2. Click on Export
  3. Select JSON(V2) for Export format field
  4. Select the 3 checkboxes with below label in Options field
    • Export relations as id.
    • Apply filters and sort to exported data.
    • Export plugins content types
  5. Select 10 in the Deepness field
  6. Click on Fetch Data button
  7. See error

Expected behavior JSON format result with all exported data

Screenshots image

Additional Context