There was an uncaught error in the middle of the stream while rendering (TypeError: iterator.return is not a function) #10301
Labels
- P3: minor bug
An edge case that only affects very specific usage (priority)
feat: ssr
Related to SSR (scope)
pkg: node
Related to Node adapter (scope)
Astro Info
Describe the Bug
The problem as described below, was first mentioned in #10184, but seems to be still an issue.
The following error is being logged sometimes:
I have not been able to reproduce it consistently yet.
The stack trace doesn't point to any custom code, so it seems like it is a problem in the node code?
What is the
TypeError: iterator.return is not a function
it is referring to?Anyone else experiencing this?
Could be related to #9614
Supposedly fixed by #10197 - but the error is still thrown for unknown reasons.
The text was updated successfully, but these errors were encountered: