You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.
So the issue is if I add a lot of contents (multiple textarea with multiple paragraphs) in a block, the preview stops working. I get the following error in console: GET http://attacq.local/wp-json/wp/v2/block-renderer/block-la... 414 (Request-URI Too Long)
So is there a way to fix this?
The text was updated successfully, but these errors were encountered:
It looks to be the same issue as #436 (comment), though it would have been hard to know that by searching.
Unfortunately, there isn't an easy way to fix this. The GET request limit is set by the server, I think.
As mentioned in WordPress/gutenberg#16396 (comment), changing this to use a POST request would require a patch to WP Core and a PR to Gutenberg. I don't think it'll happen soon.
So the issue is if I add a lot of contents (multiple textarea with multiple paragraphs) in a block, the preview stops working. I get the following error in console:
GET http://attacq.local/wp-json/wp/v2/block-renderer/block-la... 414 (Request-URI Too Long)
So is there a way to fix this?
The text was updated successfully, but these errors were encountered: