Cloudflare blocking occurs after updating to @urql/core v6.x #3828
|
After updating @urql/core from v5.x to v6.0.1 and @urql/exchange-auth from v2.2.1 to v3.0.0, GraphQL requests are being blocked by Cloudflare instead of reaching the Hasura GraphQL server. This feels like a header/token issue but I'm not sure where to start. Downgrading the packages and restarting the dev app causes it to go back to working as expected. I can't find any migration instructions for these packages. Any help is greatly appreciated. Thanks. |
Answered by
JoviDeCroock
Oct 23, 2025
Replies: 1 comment 2 replies
|
Maybe your GraphQL server doesn't allow for GET queries https://github.com/urql-graphql/urql/blob/main/packages/core/CHANGELOG.md#600 - which is part of the HTTP spec |
2 replies
Answer selected by
JoviDeCroock
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe your GraphQL server doesn't allow for GET queries https://github.com/urql-graphql/urql/blob/main/packages/core/CHANGELOG.md#600 - which is part of the HTTP spec