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
If the client requests more than the maximum number of items during pagination (HC0051), the request responds with status code 500. This is incorrect; it is a client error, so it should return 400.
This issue hits us by triggering the HTTP retry policy for requests that are pointless to retry. (The policy retries 5XX requests, among other things.)
Hopefully this is trivial to repro, or even just find the relevant code. Let me know if you need a repro.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Product
Hot Chocolate
Version
14.0.0-p.101
Steps to reproduce
If the client requests more than the maximum number of items during pagination (HC0051), the request responds with status code 500. This is incorrect; it is a client error, so it should return 400.
This issue hits us by triggering the HTTP retry policy for requests that are pointless to retry. (The policy retries 5XX requests, among other things.)
Hopefully this is trivial to repro, or even just find the relevant code. Let me know if you need a repro.
The text was updated successfully, but these errors were encountered: