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
A ReadableStream branch was created but never consumed. Such branches can be created, for instance, by calling the tee() method on a ReadableStream, or by calling the clone() method on a Request or Response object. If a branch is created but never consumed, it can force the runtime to buffer the entire body of the stream in memory, which may cause the Worker to exceed its memory limit and be terminated. To avoid this, ensure that all branches created are consumed.
Unused stream created:
at Object.fetch (worker.js:343:51)
at async jsonError (.internal-e05b18b6-b023-4eaa-8c6c-ba10b0221b7c-facade-1.js:12:12)
at async jsonError (.internal-e05b18b6-b023-4eaa-8c6c-ba10b0221b7c-facade-1.js:12:12)
The text was updated successfully, but these errors were encountered:
A ReadableStream branch was created but never consumed. Such branches can be created, for instance, by calling the tee() method on a ReadableStream, or by calling the clone() method on a Request or Response object. If a branch is created but never consumed, it can force the runtime to buffer the entire body of the stream in memory, which may cause the Worker to exceed its memory limit and be terminated. To avoid this, ensure that all branches created are consumed.
at Object.fetch (worker.js:343:51)
at async jsonError (.internal-e05b18b6-b023-4eaa-8c6c-ba10b0221b7c-facade-1.js:12:12)
at async jsonError (.internal-e05b18b6-b023-4eaa-8c6c-ba10b0221b7c-facade-1.js:12:12)
The text was updated successfully, but these errors were encountered: