status page says ther was an outage but its still down since one hour ago any one in same boat support is usseeles
No issue on my side…
also having interminttent loading issues on all of our apps.
Nothing loading
No issues on my end
Checking with the team but we don’t have any alerts at the moment
behaving similar to unpkg bug last week - won’t load apps from cold start, but apps that were already loaded continue to work.
glad im not the only one with the ISSUE. but not glad its happening AGIAN
intermitent and very slow loading same behabiour as the upkg encidenbt 2 weeks ago
this might be related to UNPKG having issues again. Has any of you tried removing the affected plugins to see if your app goes back to normal?
i found an error related to unpkg on console:
Mixed Content: The page at ‘https://xxxxxxxxxxxxxxxxxxxxxx’ was loaded over HTTPS, but requested an insecure script ‘http://unpkg.com/mapbox-gl-draw-passing-mode@2.2.2/dist/mapbox-gl-draw-passing-mode.js’
page is loaded after 71.998 seconds
yes if i remve the mapbox blugin my app is just a spreadsheet
How do we know which plugins are affected
You can review the network tab in your developer console and see which request gets stuck. That’ll tell you the library which will give you a clue as to which plugin is using it.
Issues here of taking 30-60 seconds to load a page and seeing workflow actions for API requests to external systems via the API Connector not working properly… Bubble status page says nothing afoot but does not appear to be the case.
@ZeroqodeSupport can you update the CDN on your Better Native Tooltip plugin?
@fede.bubble would it be possible for eng team to add a script that intercepts and replaces any usage of https://unpkg.com/
with https://cdn.jsdelivr.net/npm/
?
jsdelivr has a easy migration url synthax for unpkg:
For example:
https://unpkg.com/@popperjs/core@2
Becomes
https://cdn.jsdelivr.net/npm/@popperjs/core@2
That might work, unsure if CORS will allow modifying requests externally though (not an expert). I think the best solution in the short term is for @ZeroqodeSupport @levon @ZeroqodeTeam to update CDN from unpkg to jsDelivr or host the file inside of the plugin editor.
Furthermore, there should be a system wide audit of this problem. These plugins should be identified and communicated to everyone.
Looks like it’s down in only some regions: Unpkg down in some regions · Issue #444 · unpkg/unpkg · GitHub