gql malformed request

Bug
When I submit a GQL query I get
```
{
"errors": [
{
"message": "Invalid request, query can't be empty.",
"errorType": "MalformedHttpRequestException"
}
]
}
```
but if I copy it as curl it works fine.
Mac

When I submit a GQL query I get
```
{
"errors": [
{
"message": "Invalid request, query can't be empty.",
"errorType": "MalformedHttpRequestException"
}
]
}
```
but if I copy it as curl it works fine.
Sign in to leave a comment.
Can you please take a screenshot of your request and post it?
I think this might be fixed. Let me know if it's not
https://yaak.app/blog/2025.9.0