Api Gateway : Action is returning result - looks like Operation can't passThrough #539
Answered
by
chriskapp
marifrahman
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
chriskapp
Feb 29, 2024
Replies: 1 comment 7 replies
-
Hi @marifrahman could you manually call the endpoint and show me the complete HTTP response header and body maybe this is an error which gets returned by the endpoint and Fusio tries to JSON decode this response. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@marifrahman ok I think I understand the problem, it is probably because the API returns the response with a "Transfer-Encoding" header set to "chunked". To test this, could you change the file
vendor/fusio/adapter-http/src/Action/HttpSenderAbstract.php
with the following fix s.