Strapi Component Issue

System Information

  • Strapi Version v4.1.8:
  • Operating System : Ubuntu 20.04:
  • Database : Postgresql:
  • Node Version: v14.20.0:
  • NPM Version: 6.14.17:
  • Yarn Version: 1.22.19:

I am using components with some details and single image. The issue I am facing is that whenever I create new entry for a collection through API and I am not providing any image, somehow the image gets mapped to the component.

Screenshot from 2022-09-13 15-30-38
This is the component details that I am sending without the image.

If I post only 2 components with image/ without image then it works perfectly fine.

If I post more than 2 components then the issue arises of random image mapping even if I provide the image id it maps to random image. Also if I put more than 3 components & provide the image id to the component , it maps some random image id.

All calls are made from API & I have checked the payload before create its the same data as entered

Now this is happening at random sometimes it doesn’t show up, but it’s happening.

Any suggestions what may be the issue?

Thanks!