Preflight checklist
Ory Network Project
No response
Describe the bug
Suddenly got 400 issues from ListIdentities in our production service.
Boiled it down to
|
var defaultValue string = "1" |
Reproducible by setting
page_token=1 in a request outside of the SDK.
Reproducing the bug
- GET /admin/identities
- Test with the defaults from the previously linked code (
page_token=1)
- It will fail
Relevant log output
"error": {
"code": 400,
"status": "Bad Request",
"request": "f643e501-9e67-99b5-9989-f02ae0b499b5",
"reason": "The page token is invalid, do not craft your own page tokens",
"message": "The request was malformed or contained invalid parameters"
}
}
Relevant configuration
Version
Network
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
No response