This started happening after Sept 4, 2025, around 2 PM.
Running the following CQL search returns results with a reeeeeeeeeeeaally long next URL:
/wiki/rest/api/content/search?cql=type=page&limit=200
(Note: in the screenshot I called the endpoint with an additional expand query parameter. But I checked, it makes no difference.)
The cursorquery param is 10981 characters long. Calling this massive next URL is not being liked by CloudFront:
413 ERROR
The request could not be satisfied.
Bad request. We can’t connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
Generated by cloudfront (CloudFront) Request ID: h1PZRrF3xufbBG5CBNXixYBFA-LQhJyFzgu_V4Q_YIrAJvbcsuP8VA==
The length seems to increase with the limit. Setting a limit of 100 (instead of 200) decreases the cursor to 5521 characters.
Smells like bug? Can anybody confirm this? Tested on 2 sites, both show that behavior.

