I just recently updated from 1.215.0 to the latest version 1.224 and my AWS file uploader stopped working. I reverted back to 1.215 and test up until 1.221 and thats where it stops working.
My set up currently uses custom js function to push a blob video file in chrome to the fileuploader. The way im doing this is In the builder im using Javascripttobubble element (JavascripttoBubble A - is the element name) and event from the toolbox plugin to pull the file blob and and then in my Fileuploader element im using the dynamic link with “JavascripttoBubble A’s Value” to initiate the upload and then in the workflows i have a fileuploader A generation URL event and am generating a pre-signed URL and then uploading. Like i said above.
Everything works with version 1.215.0 so my question is did anything change that would cause this set up to no longer work?