Hi mate, sorry for my dealy in answer your question.
I was getting this issue when:
- Add a HTTP request block in your typebot
- Add an API call to an endpoint that response with 204, meaning not giving you an body json response.
- This triggered the issue I was getting previously.
Note: I think typebot is specting always an body json response, however 204 returns empty and trigger this issue, I solve by my own responding with 202 instead of 204, but that correct response from my API should be 204 π
Referenceshttps://httpwg.org/specs/rfc7231.html#status.204