Strapi id is mismatching

System Information
  • Strapi Version: 5.0.2
  • Operating System: Windows
  • Database:
  • Node Version: v20.11.1
  • NPM Version: 10.4.0
  • Yarn Version:

I created simple strapi data and added new entry, in that entry id is not properly generating .
example: i created new entry its id is 3 and i created another entry its is is 5, where is id 4?

and,
id showing in strapi dashboard is not same in api response
Example: is showing in dashboard is 1,3,5. and in api response is 2,4,6. how its generating like this.


This is my api response

Are u find the answer?

No, bro. Are you facing this same issue?
Do you have any solution?

I’m facing the same issue, I’ve checked the API permissions and I’ve restarted strapi multiple times.

Please let me know if you find the solution.

Worth noting that querying with documentId works instead of id.

I’m facing this same issue. ¿what’s going on ? D:

did you find the solution bro? i am also facing the same problem

I am not able to find solution, if you find solution please add.