We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go 1.22 Packages:
github.com/99designs/gqlgen v0.17.46 github.com/gorilla/websocket v1.5.3 github.com/vektah/gqlparser v1.3.1 github.com/vektah/gqlparser/v2 v2.5.23
Client lib - apollo + subscriptions-transport-ws
apollo
subscriptions-transport-ws
Without Nginx it worked fine, but in production environment I receive such logs:
[6957]: time="2025-03-04T11:58:23+03:00" level=warning msg="GQL ERR no operation provided" [6957]: time="2025-03-04T11:58:23+03:00" level=warning msg="Response Status: 422" [6957]: time="2025-03-04T11:58:23+03:00" level=warning msg="Response Body: {\"errors\":[{\"message\":\"no operation provided\",\"extensions\":{\"code\":\"GRAPHQL_VALIDATION_FAILED\"}}],\"data\":null}"
Even with wscat tool I can establish connections without a problem but only directly to golang server.
wscat
The text was updated successfully, but these errors were encountered:
No branches or pull requests
go 1.22
Packages:
Client lib -
apollo
+subscriptions-transport-ws
Without Nginx it worked fine, but in production environment I receive such logs:
Even with
wscat
tool I can establish connections without a problem but only directly to golang server.The text was updated successfully, but these errors were encountered: