Ryan Kienstra

Results 131 comments of Ryan Kienstra

Thanks a lot for being an early user. It means a lot that you trust us with your development, and that you're helping with suggestions.

It looks like this [support topic](https://wordpress.org/support/topic/field-type-textarea-not-show-in-admin/) has a similar issue: >Yes, if add too much text in textarea field type it isn’t rendering in block editor

Here's another related support topic: https://wordpress.org/support/topic/json-error-20/

**Thanks for bringing this up!** Hi @BenHarris, Thanks for opening this. Could you please help with some questions? 1. Does that 'Error loading block' display appear only in the 'preview'...

Hi @BenHarris, Thanks, that helps! >It seems to me that the best solution would be to switch to using POST rather than GET. Thanks, where do you see that it's...

Ah, sorry. You're saying it should switch to use POST instead of GET.

I'll see if that might help. It would involve reimplementing [ServerSideRender](https://github.com/WordPress/gutenberg/tree/d38a123cfc6494eabf66805094946e39b04a5abe/packages/server-side-render), so I'm not sure about it.

@lukecarbis pointed out that this Gutenberg issue is related: https://github.com/WordPress/gutenberg/issues/16396

Another user just reported this in Slack. We might look at forking [ServerSideRender](https://github.com/WordPress/gutenberg/blob/d38a123cfc6494eabf66805094946e39b04a5abe/packages/server-side-render/src/server-side-render.js), and registering a POST endpoint for it, as suggested in https://github.com/WordPress/gutenberg/issues/16396#issuecomment-508709339

Yeah, this keeps coming up. As mentioned in https://github.com/WordPress/gutenberg/issues/16396#issuecomment-508709339, one solution might be making a Core patch and a Gutenberg PR. But I don't think those are likely to be...