Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Ryan Kienstra

    (@ryankienstra)

    Hi @ryanwooten6,
    Thanks for bringing that up.

    Sorry about that.

    Unfortunately, I don’t see a solution or workaround to this.

    Inner Blocks don’t normally work in the preview (the <ServerSideRender />).

    They’re only working now through a workaround that sends them in the GET request, even though the rest of the block markup goes in a POST request.

    That makes sense that it’d be hitting a limit for the GET request. That’s set by the server.

    Sorry for the hassle of this, wish I could do something.

    Hi Ryan,
    I’m running into the same issue. According to the ServerSideRender there is a httpMethod method available which can be set to ‘Post’. Would this help to resolve this issue?

    Thanks,
    Andre

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Inner blocks field causes 414 error’ is closed to new replies.