Actions intermittent errors #10490
Unanswered
rainyuanhx
asked this question in
General
Replies: 1 comment
-
This error is directly from the JSON library that is trying to decode the response body. Overall it indicates that the API response is not a valid json string. We haven't seen this issue reported elsewhere (and this code haven't been touched since some time), so I would recommend to debug the API endpoint for any issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version Information
Server Version: v2.40.0
CLI Version (for CLI related issue):
Environment
Hi My Friend
I encountered an error while using Hasura(v2.40.0) and I'm not sure where the problem is. Can you provide help?
The story goes like this.
I have a simple backend REST API interface that provides a GET method. To call this API program, I defined a new Action on HASURA with the following Query Type:
Then, I called the GraphQL API on Postman
But sometimes I get the right results,
and sometimes I get error prompts
If you could provide an answer, I would greatly appreciate it.
Beta Was this translation helpful? Give feedback.
All reactions