How do you find which plugin use UNPKG?
go to the page and inspect element and search unpkg
Go on a page on your app. Then click ‘inspect’, then do CTRL + F on the code. and look for ‘UNPKG’. If you find something in your code, then your app is doing something with it. Then try to identify what plugins might be responsible of this line (also doing deduction with your other simple pages, like terms of service, or contact us which contain no plugin probably).
same here
i am using the aws uploader…
Ive created a completely blank page, but it still has issues - as its trying to load
https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js
So some plugins must load all the time irrespective of whether they are on the page or not.
Other pages that use more plugins have additional references to other files hosted on unpkg.com (which also have issues)
I have no idea how to work out which plug-in is using this lottie-player.js file.
Same shit here. Removed page loader plugin and I’m good now
Oh check this out:
view the source code, and find “unpkg”
Bubble puts in some unique ID above the tags.
I googled “bubble.io plugin 1613760507644x836536289953054700”
and got
Canvas UI Elements Plugin | Bubble
So I think thats the unique ID of the plugin.
I disabled the plugin.
Fixed the issue.
Yeah this is shit. I will contact Zerocode ask them to do something maybe on their plugins quickly
thanks, was the scroll reveal plugin for me.
Life saver @alcatravis . Not all heroes wear capes!!!
For me the plugin blocking every thing is
Password Inputs / Phone Inputs
It doesn’t matter if the element is on a page or not, the following script appears in every page:
</script>
<!-- 1658910799758x184056603431665660 -->
<script src="https://www.unpkg.com/@citizendev/plugin-loader@0.0.4/dist/index.umd.js"></script>
Hi @an.tran your plugin is relying on unpkg that is currently down and is blocking my app. Would you consider releasing an urgent update? It’s a core element of my app and I can’t do without it. Thank you in advance,
gl
Yes, some add a header to your page which is always loaded.
PDF Viewer caused the issue for us. Removed and site is back up.
everything is back to normal
not for me
me either. still in crisis mode. lol
Did you remove plugins that rely on Unpkg?
I can’t. My app is built around it. It would take days to rebuild that part.
Yikes - which plugin? You might ask to see if the plugin developer would push an urgent change to switch to jsdelivr (another CDN for JS) or just upload to Bubble’s CDN instead
Yes I already asked to @an.tran but he appears to be away from Bubble since more than a year. I also wrote him via email.
Do you know of any developer that, for a compensation, might fork and fix the plugin? This is the link:
Btw, the strange thing about Unpkg is that they claim that the problem was solved:
But they rely on fly.io and, if II understand correctly their status https://status.flyio.net/, it will take weeks to fix…
