- Issue created by @joshua.boltz
- Status changed to Postponed: needs info
11 months ago 10:49pm 4 April 2024 - 🇳🇿New Zealand danielveza Brisbane, AU
Thanks for the very detailed issue! As you mention your site is very specific with a lot on content with many extra LB modules enabled.
That makes this quite difficult to trace down if this is an issue in core or somewhere else in your stack. It would be helpful if you were able to replicate this with just core. Maybe you could try use Devel & Devel generate to make a ton of content and try get this to trigger? I spent some time today trying this but had no luck.
ResponseText:
414 Request-URI Too Long
Request-URI Too Long
The requested URL's length exceeds the capacity
limit for this server.It could potentially help if you could share the URL that was generated here?
- 🇫🇮Finland phonkala
This comment might be completely unrelated, but I was just recently getting some LoadJS error when adding specifically Views blocks to my site. There was also lots other JS "undefined" errors whenever this happened. Also, this caused modules like Contextual Links & Layout Builder to stop working correctly and also there was something weird happening in the UI.
My issue ended up being a missing tag in one Views block, I was using custom formatting for the output. This for some reason caused so so many issues on the site, including the JS errors and for some weird reason, also my Olivero sidebar was placed inside those tags (even though the Views blocks were in main content area), causing issues with the site theme and breaking many UI related modules.
What I was thinking, maybe the "The requested URL's length exceeds the capacity limit for this server." you mentioned could be causing this too. If the server limits the request url length, you obviously aren't getting the response you expect, maybe that could cause similar issue I had.
You might wanna try removing the blocks one by one and see if it's some specific one that is causing the issue. But anyways, just wanted to add a comment in case this would help figuring out the issue even a bit.