You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a collection when the primary key field is not 'id' but a custom name so when i apply a limit i get this error { "name": "DirectusError", "extensions": { "reason": "Invalid filter key \"id\" on \"ikuns\"" }, "code": "INVALID_QUERY", "status": 400 }
but there is no problem on another collections
The text was updated successfully, but these errors were encountered:
I have a collection when the primary key field is not 'id' but a custom name so when i apply a limit i get this error
{ "name": "DirectusError", "extensions": { "reason": "Invalid filter key \"id\" on \"ikuns\"" }, "code": "INVALID_QUERY", "status": 400 }
but there is no problem on another collections
The text was updated successfully, but these errors were encountered: