Pod not "opening"
I tried starting a new pod and when i go to "open" the pod in the UI (hitting the down buttom within the pod), all I see is this black page. It refers to a error: "Application error: a client-side exception has occurred (see the browser console for more information)."
13 Replies
I recently started getting similar errors with my own UI (NextJS) which is served on a CPU pod through HTTP. It doesn't always happen, but it seems like the pod is not serving some or all of the static files. The console complains about multiple 404 errors accessing chunks of JS and CSS. I wonder if these are the same issue under hood.
this isn't related to the website dashboard right? its inside your pod, maybe its from your nextjs or what webserver you use
@yhlong00000
Tried incognito to ensure it's not bad cookies or cache?
I have tried incognito mode and still having the same issue. I am using Google Chrome, but also tested on Edge and same issue.
Additionally had teammates try and they are running into the same issue.
Hey try checking if firewall or antivirus blocks connection to the website
Open developer console or inspect element
Go to network tab then refresh, take a screenshot of it
Maybe something fails there
@nerdylive
https://browser-intake-datadoghq.com/api/v2/rum
seems to be failing
Whats the difference left and right
why it works already
oh.. try to scroll down
find the request when you open/expand the pod or whatever it is that makes that error
For the request it is returning
net::ERR_BLOCKED_BY_CLIENT
Error: RangeError: Invalid "number" argument: NaN
_app-a466e08e636a690b.js:269 and _app-a466e08e636a690b.js:13Blocked by client? Maybe it's your browser? Or any antivirus you use, extensions perhaps
I will reach out to my IT to see if they have updated anything. Thanks for the help @nerdylive !
Your welcome
I'd suggest trying out on phone too
Good idea, it works onmy phone so that confirms it in my mind. Thanks again!