BlockLayout/ListOfPages

When using BlockLayout/ListOfPages, we have an 414 Request-URI Too Long error on add page action. We actually have 15 pages selected (with some long slug). We tried to increase LimitRequestLine with large value, but it didn’t fix the problem. Did you have any solutions ? Maybe use POST method instead of GET ?
Many thanks !

I think I see where this would be happening.

To confirm, this error is occurring when you click “Add pages” from within the block, right? So, as it’s trying to show the sidebar that lists the pages?

Hello,

it was a server problem,

we have revised two variables

LimitRequestFieldSize 20000
LimitRequestLine 20000

Thanks a lot !

1 Like

This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.