Replies: 2 comments 5 replies
-
Hey @vstarush, I haven't tested with as many as you're saying so I haven't seen this before. Payload doesn't impose any limits, so what you're seeing must be a browser / http limitation. What is the endpoint is hitting this header size limit error? Can you share what the request looks like from your browser network tab and we can troubleshoot and possibly optimize how the request is made. Also sharing your payload config or a reproduction repo can also help me understand what you're trying to model and we can come up with a workaround. Thanks! |
Beta Was this translation helpful? Give feedback.
-
I have found that this feature breaks hosting on AWS cloudfront. Cloudfront removes the X-HTTP-Method-Override header as a security measure and all the relationship fields do not load correctly in the UI because the POST request to /api/{collection} now fails. Huge showstopper for me, unfortunately. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is there a limit to how many item can be in a Relationship and Array fields?
For 260+ items in a relationship field I am getting the 431 (Request Header Fields Too Large) error.
And also, if I create an array component with a relationship field as the only field, I am getting the 429 (Too Many Requests) error.
Is there a way to have 300+ items within a relationship field or in the array component with a single relationship field?
Thank you,
Vitaly
Beta Was this translation helpful? Give feedback.
All reactions