-
Notifications
You must be signed in to change notification settings - Fork 125
[GraphQL] The request payload cannot be larger than 45MB #1517
Description
Hello! On the website where I use Keystatic Cloud, I'm trying to create a grid with GIFs. Everything has been going well—it creates the grid perfectly, and the images are added as they should. But I've reached a point where it won't let me publish updates anymore, and I'm getting this error message:
[GraphQL] The request payload cannot be larger than 45MB
I don’t quite understand the error; the website’s YAML file is less than 1.5KB, and this happens not only when uploading a new image but also when I try to delete one, which doesn’t make much sense.
The POST request to https://api.keystatic.cloud/v1/github/graphql takes 15 seconds, returns a 200 OK status, and nothing appears in the browser console; the only error is the one that appears at the top of the website on a couple of specific pages. I haven't found any mention of this limit in the documentation, nor have I found anyone else experiencing the same issue.