Replies: 4 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
-
To me this looks like the response body is not a well-formed JSON document. One closing curly brace is missing. Is the service actually responding with that, or perhaps we are losing the last character from the response for some reason? |
Beta Was this translation helpful? Give feedback.
-
This is how the actual response looks like: |
Beta Was this translation helpful? Give feedback.
-
Thx for reply Jan! We'll speak to server side owners and see if they can correct this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Using the smallrye graphql dynamic client and moving from Quarkus v2.9.2.Final to v2.10.3.Final (and later) we get this exception upon receiving the response from remote:
io.smallrye.graphql.client.InvalidResponseException: Unexpected response. Code=200, message="", body="{"data":{"CustomerMandates":{"select":[],"total":0}},"errors":[],"dataPresent":true,"extensions":null}"
Any idea what issue could be ?
Regards
Magnus
Beta Was this translation helpful? Give feedback.
All reactions