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
I am encountering a 500 Internal Server Error with the message Error from Typebot server: TypeError: fetch failed when executing an HTTP Request block during a chat flow (server-side execution).
There is a discrepancy between the builder and the runtime:
Test Mode: Clicking "Test the request" inside the builder succeeds and returns data (Status 200).
Runtime (Preview/Web): The exact same request fails immediately with Status 500.
Expected behavior
The HTTP request should execute successfully during the bot runtime (server-side), matching the successful result observed in the "Test the request" feature.
I am encountering a 500 Internal Server Error with the message Error from Typebot server: TypeError: fetch failed when executing an HTTP Request block during a chat flow (server-side execution).
There is a discrepancy between the builder and the runtime:
Test Mode: Clicking "Test the request" inside the builder succeeds and returns data (Status 200).
Runtime (Preview/Web): The exact same request fails immediately with Status 500.
To Reproduce
Steps to reproduce the behavior:
Add an HTTP Request block to the flow.
Configure the request:
Method: POST
URL: https://countriesnow.space/api/v0.1/countries/cities
Body: {"country": "India"}
Execute on client: Unchecked (OFF)
Close the configuration and click Restart in the Preview panel to run the flow.
Observation: The block fails to execute.
Error Log:
Expected behavior
The HTTP request should execute successfully during the bot runtime (server-side), matching the successful result observed in the "Test the request" feature.
Screen recording
Screen.Recording.2025-12-19.at.12.43.10.PM.mov