-
-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Labels
bugSomething is not working.Something is not working.
Description
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- I have joined the Ory Community Slack.
- I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
No response
Describe the bug
Suddenly got 400 issues from ListIdentities in our production service.
Boiled it down to
sdk/clients/client/go/api_identity.go
Line 2251 in 591d959
| 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething is not working.Something is not working.