prismicio / gatsby-source-prismic-graphql

Gatsby source plugin for Prismic GraphQL
MIT License
17 stars 14 forks source link

414 Request URI too large #32

Closed mad-gav closed 4 years ago

mad-gav commented 4 years ago

Hi, I'm facing an issue with a number of pages in that they are failing due to the URI being too large.

image

Are there any plans to send this payload data as a POST rather than get?

Any workarounds i can implement now?

MarcMcIntosh commented 4 years ago

hi @mad-gav It has been requested that we use POST requests for graphql, graphql is still a beta feature so maybe this will change but for now it's GET requests only.

The only work around I can think of is trying to reduce character count.