absinthe-graphql / absinthe_plug

Plug support for Absinthe, the GraphQL toolkit for Elixir
https://hex.pm/packages/absinthe_plug
MIT License
261 stars 163 forks source link

No query document supplied error #271

Closed DaveElGhoul closed 2 years ago

DaveElGhoul commented 2 years ago

I have a weird issue where the no query document supplied error pops up. Whenever I run the server locally or access the remote one, on one laptop everything works fine, but on the other, both local and remote servers return No Query Document supplied error with 400 status code...

Both laptops are macbook pros. I also tried Safari and Chrome on the faulty one

benwilson512 commented 2 years ago

Hi @DaveElGhoul please use the forums or other Elixir chat locations for debugging help. When you ask there please be sure to provide copies of the code you're running and how you're making requests.