Igor
June 14, 2022, 9:57am
1
Hey guys,
I’m getting following errors on the launch page https://launch.playcanvas.com/XXXXX each time when typing something in the console - even when typing, without evaluating the code.
It happens in different projects using different browsers, clearing cache/localstorage doesn’t help.
Is it possible to fix that on my side?
It’s from a Chromuim update
opened 02:14PM - 06 Jun 22 UTC
bug
area: launch tab
Open a launch tab
Open Chrome Devtools
Type 'console.log('dfdsf') (don't copy … and paste)
See error in launch tab
<img width="1792" alt="image" src="https://user-images.githubusercontent.com/16639049/172178305-98d8b0b1-1da2-45a9-9b06-14cbc5b222a9.png">
No errors in the devtools console
Its generally safe to ignore and as it’s something that is integrated into devtools of the browser, there’s not really a fix on our side.
At the moment, I’m thinking if we can just filter out/not catch those specific errors
Igor
June 14, 2022, 10:12am
3
Yes, would be nice to filter those if they don’t impact anything!
This is super annoying, especially while debugging…
If I turn off Eager evalutation in the console settings, it stops the warning, although I’m not sure what else that disables.
1 Like
Chrome 103.0.5060.53 no longer has this issue
1 Like