API query parameter size limitation

Hey !

I am working with the API and I'm facing a problem when I use the POST /api/card/{id}/query/json route. I pass my parameters as query parameter as the documentation specifies (Card). This works with little data in parameters but as soon as I pass more data, the query simply returns False with no particular errors in the logs.

I haven't found any size limitations for the query parameter, is this a common problem. Am I wrong about the origin of the problem?

Thanks in advance.
Valentin.

Hey, the default maximum is 8192 bytes.

If you have a reverse proxy, you may have to check if it is blocking your requests.