RCloud can time out in such a way that rcloud_bundle has not been loaded when require-common.js detects a timeout.
This results in the above error being printed in the browser console, because it is only making sure that window.RCloud exists in order to decide whether to display a dialog or the fallback Ooops timeout message. In this RCloud.addons exists but not RCloud.UI or its fatal_dialog.
Seeing this consistently on a slow vpn connection (poor wifi) right now.
RCloud can time out in such a way that rcloud_bundle has not been loaded when require-common.js detects a timeout.
This results in the above error being printed in the browser console, because it is only making sure that
window.RCloud
exists in order to decide whether to display a dialog or the fallbackOoops
timeout message. In thisRCloud.addons
exists but notRCloud.UI
or itsfatal_dialog
.Seeing this consistently on a slow vpn connection (poor wifi) right now.