You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.
When I try connecting to my free cloud serverless iox instance, the client fails with error handshake payload response does not match request.
As far as I understand, iox cloud doesn't respond to Ping here: https://github.com/influxdata/influxdb-iox-client-go/blob/main/iox_client_query.go#L35
You require the payload to be equal to the requested one while the instance responds with the nil payload.
The text was updated successfully, but these errors were encountered:
When I try connecting to my free cloud serverless iox instance, the client fails with error
handshake payload response does not match request
.As far as I understand, iox cloud doesn't respond to Ping here:
https://github.com/influxdata/influxdb-iox-client-go/blob/main/iox_client_query.go#L35
You require the payload to be equal to the requested one while the instance responds with the nil payload.
The text was updated successfully, but these errors were encountered: