This is happening at the data import of bulk JSON entries at the import button. I tried the same way a few days ago and it worked, I imported more than 5462 entries already using it, but now it's not working. The error is giving me this:
error: Cannot read properties of undefined (reading 'attributes')
TypeError: Cannot read properties of undefined (reading 'attributes')
at getModelAttributes (/test-project/node_modules/strapi-plugin-import-export-entries/server/utils/models.js:89:46)
at Object.getModelAttributesEndpoint [as getModelAttributes] (/test-project/node_modules/strapi-plugin-import-export-entries/server/controllers/admin/import-controller/get-model-attributes.js:8:26)
To Reproduce
Steps to reproduce the behaviour:
Go to 'Import Export' from Strapi Dashboard
Click on 'Import'
Add the JSON file you want to upload, and press submit.
Check your strapi terminal logs at VSCode (any of your editors)
Expected behaviour
It should import data after few seconds when I press submit.
This is happening at the data import of bulk JSON entries at the import button. I tried the same way a few days ago and it worked, I imported more than 5462 entries already using it, but now it's not working. The error is giving me this:
To Reproduce Steps to reproduce the behaviour:
Expected behaviour It should import data after few seconds when I press submit.