nodebox-runtime
nodebox-runtime copied to clipboard
Non-fatal errors being reported
I have Nodebox working nicely now.
However, I always see the following warnings and errors in the browser developer tools console, though they don't appear to impact Nodebox's behaviour:
Just wanted to let you know - these errors don't seem to have anything to do with my logic, and will appear for me on even the most stripped-down examples:
The FetchEvent for "https://9o137ia-3000.nodebox.codesandbox.io/cdn-cgi/rum?" resulted in a network error response: the promise was rejected.
Promise.then (async)
(anonymous) @ __csb_sw.4wa7ggdebk0h9uqz33slhe79sdhwmue.js:105
__csb_sw.4wa7ggdebk0h9uqz33slhe79sdhwmue.js:105
Uncaught (in promise)
Error: Failed to handle POST https://9o137ia-3000.nodebox.codesandbox.io/cdn-cgi/rum? request: no response received from the BroadcastChannel within timeout. There's likely an issue with the bridge/worker communication.
at __csb_sw.4wa7ggdebk0h9uqz33slhe79sdhwmue.js:105:17527
This is something cloudflare adds, thanks for reporting we'll cleanup the error reporting
It shouldn't impact nodebox's functionality