Replies: 3 comments 4 replies
-
@hblumberg did you find any way to fix this? Seeing this error in our monitoring quite a lot as well |
Beta Was this translation helpful? Give feedback.
-
Any chance someone has code that resolves this and where to place the polyfill? I'm seeing a lot of errors in my site, and I'm a relatively recent convert to Next.js so not sure where to put things that modify webpack. |
Beta Was this translation helpful? Give feedback.
-
I'm not entirely sure of the exact cause, but loading If you're using Next.js v15.3 or higher, you should be able to fix this by simply importing web-streams-polyfill/polyfill within your instrumentation-client file. https://nextjs.org/docs/app/api-reference/file-conventions/instrumentation-client |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Hello!
We're regularly seeing the following error in Sentry:
We know
ReadableStream
is not available on older browsers, but the Sentry reports show that supported browsers are running into this issue too.We tried adding a polyfill in our top-level layout file:
but it hasn't helped.
Can anyone provide guidance here? Thanks in advance!
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions