Closed efstathiosntonas closed 1 year ago
Maybe because of this PR?
Seems to be a SocketRocket
issue, after applying this change from this PR the issue was solved.
Just in case someone lands here, these are the instructions to patch SocketRocket
pod: https://github.com/facebook/react-native/issues/38012#issuecomment-1602288722
I still get this error on iOS. Using react-native 0.72.3 Any suggestions?
After upgrading from
react-native@0.71.11
to0.72.0
I get this error response from Hasura2.27.0
on iOS, on Android it works fine.socket closed : code 4400, reason : {"server_error_msg":"4400: Connection initialization failed: Malformed Authorization header"}
I'm not quite sure if the issue relies on
graphql-ws
or if something has changed on react-native that affectsgraphql-ws
somehow. This is happening on bothws:localhost
andwss://
on Testflight builds.this is the
GraphQLWsLink
on"@apollo/client": "3.7.16"
with"graphql-ws": "^5.13.1"