🛠 ᴺᴱᵂ ᴾᴸᵁᴳᴵᴺ Wasabi Storage Dropzone & Utilities (Image Resize & Compression, MultiUploader, Folder support & No Filesize Limit!)

Hi Redvivi, my dropzones have stopped working on one of my pages, the following error is showing:

Has been working with no issue, until tonight.

It’s working on another page, I even tried to copy it all over from the page it’s working on to the page it isn’t and that didn’t work either.

Hey @LA81638,

I am going to issue an emergency fix in 10-15 min. This is due to global network outage.

1 Like

thank you! appreciate your speed

Go for update.

1 Like

Does this fix not make it not rely on Unpkg anymore?
Support recommends this:

Thanks.

It relies on a more reliable provider.

3 Likes

Okay thanks

1 Like

Hey guys!

Just to let you know that a Cloud2Cloud File Transfer plugin has been released which may be useful as you are already using Wasabi as an external Cloud storage provider.

Typical use-case are Cloud to Cloud bulk file transfers or bulk file transfers from public sources to a Cloud storage provider, including Wasabi.

Enjoy!

Hey @redvivi ,

Hopefully this can be on your roadmap? :pray:

1 Like

Done.

2 Likes

Thanks! I also saw the MIME type plugin updated. :+1:t3:

1 Like

Not sure if this makes any sense, but is there possibly a way to connect the plugin to a third-party backend (such as Xano) as a way to work-around Bubble’s backend cold start?

No.
You may circumventing Bubble’s backend cold start by triggering a dummy request on page load.
Please note that cold start happens on seldom used apps.

Ah okay appreciate the reply. Are you able to describe how you would trigger a dummy request?

Create a workflow with a start “Page is loaded”, then execute the action you want to cache. Subsequent execution of same action (even with different parameters) should be fast.

I’m curious, does this use AWS SDK v2 or v3? Supposedly v3 file size is smaller, resulting in maybe faster cold starts? But maybe it is only if the S3Client module/package is specifically imported with ES6 format which I don’t think we can do here…

Also I found it better if an API workflow is scheduled to warm up the engine, then the blue loading bar doesn’t hang the browser for 10+ seconds. Also I had some global date field to check the last time it was run is within the last few minutes so its not running on EVERY page load.

It is not relevant - this behaviour is platform-related and code-independent.

:ok_hand:

1 Like

Maybe for some ppl if they are desperate for no cold starts they would pay like a $2/month plugin (API call) to generate the signed URLs in your own AWS environment (no/little cold starts) if they/you are okay with sending secret/access keys as parameters

Similarly you don’t leave your front door unlocked because it’s quicker when you come back home. Security has a cost.

Some other storage plugins do so without user consent nor disclosure. Others expose credentials in-browser. Not in my world.

1 Like

So true cough every Chat GPT plugin cough