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 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.
The text was updated successfully, but these errors were encountered: