Closed tcherokee closed 10 months ago
Not sure if this helps, but images ids from I to 39 seemed to upload properly and then after that, every even id (i.e., 40, 42, 44 e.t.c) seemed to have an issue.
@tcherokee checkout verson 1.22.1 where media import is much more stable
Describe the bug I am uploading a collection of about 150 entries which have images (in an S3 bucket). Most of the images upload properly, however there are about 50 or so images that throw an error. A sample of the error can be seen below
it seems like it is trying to add the image with an id of 142, which already exists (a previous image which uploaded successfully). Instead of 146, which is what I defined in the JSON file. Here is a snippet of the relevant section
I have even tried with a fresh install of strapi with no data, just in case it was something else that was causing it but I still ran into the error. I also updated my plugin to the latest version, also no success.
Additional context I am using the AWS-S3 provider plugin