Prismic preview not working (414 Request-URI Too Large – graphql queries too long)

hello @robsimpson, this issue is because prismic does not allow post requests to their graphql endpoint but only get requests. When you have too much graphql sent over to prismic via query string, you may end up hitting the max url spec.

This causes you 414 (Request uri too large) error