null is not an object (evaluating 'b.parentNode') in production #70048
Unanswered
Fonger
asked this question in
App Router
Replies: 3 comments 2 replies
-
I am having same issue on Nextjs 14.2 |
Beta Was this translation helpful? Give feedback.
0 replies
-
This seems to come from React itself... 🤔 Could it be a browser extension, or perhaps people who tell their browser to translate the site?
|
Beta Was this translation helpful? Give feedback.
1 reply
-
facing same issue with the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I don't know how to reproduce but it seems it only happen in Safari.
My Sentry keeps receiving reports from users like this
with error message:
I search the HTML document reporting the error, I see
This indicates that param b, which is
document.getElementById(b)
is somehow null.This code seems to be replated to streaming rendering and this is how the server-sent data push to the client suspense
<template id="xxx"/>
slot.Is it possible? how come
$RS()
calling tries to to insert a non-existing template slot id?I can't produce it but sentry logs indicate the following environments. All of them are from Sarari.
Note these data with 3% sample rate and this indicating that the actual affected users are 33 times larger than this. And it's within 24hr.
Beta Was this translation helpful? Give feedback.
All reactions