@proteuscrypto, have you managed to resolve your issues?
I believe that the new âUploaded File Loopâ, which triggers after each successful upload, would allow you to use the âSet File Public Accessâ action which returns the permanent URL for your marketplace.
Feel free to refer to the demo editor for implementation example.
Also, When I hide the Dropzoneâs parent group, then reshow it, the Dropzone becomes unclickable. It lets me drag files on it still but clicking doesnât do anything. Whatâs the best way to diagnose it and share with you a possible cause?
Can you please DM a loom with reproduction steps and ideally access to a page to reproduce the issue?
It would be helpful if you could loom for each problem, it will be easier for me to schedule the fixes.
That sounds odd but plausible. Usually I use as input parameter of the second action the output of the first to create a sequence for sure.
Not ideal but may be worth trying.
Look at the logs to check the input parameters and conditions status for any error.
Thanks for quick reply sorry my inexperience doesnât quite understandâŚbeing in bubble cache, Iâm assuming thatâs what Iâm in most of the time and it usually takes around 5 seconds for me. Is there something I should do differently?
@LA81638 Yea I asked the same thing, itâs a limitation with Bubble right now it has a âcold startâ where it needs to fire up all the scripts again if they havenât been used for a while. As far as I can tell it only lasts a few minutes with no activity before it has to do it again⌠Itâs at a server-level though so if one person uploads, then it is fast the next people for a while.
Maybe will get better in the future . @redvivi Maybe Node 16 could improve it?
For now if you google âCSS spinnersâ they are spinning loading animations, I just show one along side some text saying âStarting uploadâ and have it only show when the Dropzone's file:count > 0 and the total progress is 0 to distract the user a little bit. It helps if you donât need any other Wasabi-related actions afterwards like âSet file public accessâ or anything because that also has a cold start of its own.
Got it, I thought maybe it was that same issue you needed to fix with the Copy File action. You recommend find & replace on the name on the upload action? Windows lets you do some of those symbols⌠Maybe put that in the documentation if thatâs what we should do