generated from kwhitley/itty.industries
-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
corsify creating unused readable stream #26
Comments
Removing corsify from the AutoRouter configuration silences this |
It isn't cause of my custom middleware either cause I removed it and the error persisted |
I'm also facing this on "^5.0.18" |
Also facing the same issue If I use EDIT: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error:
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 corsify (index.js:62:113)
at index.js:305:93
Code:
The text was updated successfully, but these errors were encountered: