Is anyone’s else’s apps completely down right now? Or down in the sense that it takes 100+ seconds to load pages, etc? I just went through all of my troubleshooting routines but still seems like the issue is present.
Someone else mentioned that Unpkg is down and that is causing this. Any and all insight would be great
Not a Bubble issue but is definitely causing slow load times for apps, even on Dedicated. The Unpkg (https://www.unpkg.com/) CDN is currently down which supports thousands of JS libraries that plugins rely on. Since Bubble calls/fetches dependencies before loading the page it is hanging the entire process.
Anyone know a work around? We tried replacing all instances but since Bubble fetches before load we aren’t able to intercept the network fetching.
Yes, I’m going crazy here uninstalling plugins and optimizing app and still errors like crazy and 100+ second loading times. Does anyone know what is happening?
If you are the plugin author, yes. Just upload the script as shared assets. Use the provided url to set them in plugins element instead of using the cdn.
@bubble awesome, thank you so much for confirming, thought I was going crazy at first because I didn’t go straight into developer tools but once I dug around there I found some issues that are from me lol, but then also saw the comment on here about unpkg and then noticed it all over the error logs.
I just pinned this topic to the top of the forum for the next 24 hours in case anyone sees the orange warning banner in the forum and wonders what’s going on.
Idea: can Bubble plugin builder start automatically storing dependencies within a plugin CDN? Versioning of the plugin would then store whatever version on it. Could help prevent outages based on third party outages. (IE The major Lottie Outage that happened a few months ago).
Obviously plugin developers can do it but natively would be great.
@fede.bubble please be aware that the status page (and the mail just received) says that now it’s all good but it’s not. My app just took over 100 seconds to load (I tested a very light page).
Taking forever to load either editor or app, or doesn’t load at all. Oddly, status.bubble.io shows all systems operational, which is really not the case. Maybe for Bubble systems, but not for this dependency.