Has anyone come across this issue with preview and Gatsby?
I’m using "gatsby-source-prismic-graphql" version "3.6.2" and I’m getting an issue in Preview on pages where the graphql query is "too" long which is stopping updates from showing in previews (throws a console error for a graphql query which says " 414 Request-URI Too Large").
I’ve found these 2 threads:
- https://gitmemory.com/issue/birkir/gatsby-source-prismic-graphql/15/479913686
- feat: optimize query size · birkir/gatsby-source-prismic-graphql@57e2940 · GitHub
Neither of which provide a resolution, anyone encountered this issue and found a solution or workaround to the problem?
If I reduce the number of graphql queries on the page then it works, but that means I can’t render all the components on the page.
Thanks