How do I debug "Error: Node streams are no longer supported — use a ReadableStream instead" #5361
Unanswered
alexbjorlig
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently upgraded
"@sveltejs/kit": "^1.0.0-next.357",
and"@sveltejs/adapter-node": "^1.0.0-next.78",
.Now we start to see the following
The thing is - we only see this error when deploying to Heroku! We can't reproduce locally - even when doing build + preview.
Where do I start debugging this - what should I look for? Any help would be very helpful.
We run
node.js
v16
.Beta Was this translation helpful? Give feedback.
All reactions