What is the name of the domain?
What is the error number?
There is no error
What is the error message?
The POST is successfully returning a 200 response but provides full response at once.
What is the issue you’re encountering
When testing locally the request and response include When testing the server locally headers include connection keep-alive and transfer-encoding: chunked. But when deployed through cloudflare tunnels these keys are removed and the response is not streamed
What steps have you taken to resolve the issue?
I’ve tried adjusting the values in cloudflare, and created rules that didn’t seem to do anything.
I tried bypassing the cache.
This works locally but not when hosted through cloudflare. This is a next.js and read I need to include export const dynamic = force-dynamic in the route.ts file but it still doesn’t work.
What feature, service or problem is this related to?
I don’t know
What are the steps to reproduce the issue?
When entering text in the input field and submitting rather than the text streaming in chunks it sends the entire response at the end.