I have a dataobject that I'm trying to link to a page, but it fails on certain pages that have a lot of content and custom fields with error 414 Request URI Too Large.
I can add new dataobjects but it's when I want to link an existing one to a page that the search fails.
When I look through Chrome's console, I see the request URL takes all the content/fields and puts in the url:
domain.com/admin/pages/edit/EditForm/field/DataObject/search?everyfieldwithcontenthere
So for small pages it works fine because the URL stays small, but if you have a content heavy page, this fails.
Is this a known bug or is there a work around?