Closed InsipidLake closed 10 months ago
As oposed to what? That's what's supposed to happen, a random (four character hex) ID gets generated on insertion:
If you were expecting numerical IDs incrementing from the values you've supplied, that's in the stable v0 but not (currently) the alpha v1:
It's normal behavior. JSON Server v1 expects IDs to be strings, and it returns random ones upon the creation of a new resource.
Now if i insert into the API using postman or any other way. The next id comes out randomly "de302" or "7621" or something along those lines.