Hi Squirelle,
comparing your request to the documentation on strapi:
https://strapi.io/documentation/developer-docs/latest/content-api/parameters.html#sort
its seems that the problem is you need to define asc or desc.
So using your sample, it should look like this instead:
https://localhost:1337/users?_sort=item.release_date:asc
1 Like