Open Aleuck opened 1 week ago
I think you missed this docs:- Single Fetch: Streaming Timeout
I encountered the same issues previously where the streaming is timed out in production but not on local environment (since the promise resolve quite fast compared to production) and it took me a while to find this section that explain that there is seperate timeout setting for streaming data.
Reproduction
Repository with reproduction below:
🚫 Timeout with SingleFetch - branch:
main
✅ Works without SingleFetch - branch:
working-no-single-fetch
System Info
Used Package Manager
npm
Expected Behavior
Request succeeds in both examples
Actual Behavior
Request succeeds with single fetch disabled but timeouts when it is enabled.