All of a sudden I get this…
The plugin AWS File uploader - Any File Size / action Get all files from s3 a S3 Objects threw the following error: Cannot read property ‘then’ of undefined
List still loads fine so I’m not sure what happened? Was toying with file type limits but it happens even when I reverted the restrictions. Interestingly everything still loads fine?
hi @levon , I’m having issues with the aws uploader plugin when I upload images. in a cellphone.
The first one is that the crop function makes very slow the upload (it seems that it doesn’t resize the image).
The second one is, when I upload an image that must been resized (3 mb for example),
the image loaded vertically, does not stay vertically, it loaded horizontally. (But when is a small image for example 100 kb it uploads it ok). This issue is on cellphone and pc.
We pushed an update with the following:
Images auto-rotate with the right position, faster cropping process, faster images processing.
Please upgrade to latest version, refresh the app and give a try!
Thanks.
Hello @juancamilovasquezard
we have pushed this update to the plugin:
Improvement - image auto rotate when EXIF data is not read correctly. Faster cropping images.
please upgrade to the latest version, refresh the editor and give it a try
Thanks!
hi @levon,
I tried, and still doesn’t works the autorotate in cellphones (I use chrome with an iphone XS).
When you open the url, the picture was uploaded horizontal not vertical.
The upload with the crop function still very slow ( because it doesn’t compress the image, it saves it with a png size of 4mb, and without the crop function it saves in a jpg 186 kb).
The autorotate works with the crop funciont, but users will hate to spend so many time uploading the image.
Hi @levon, I found another bug since the 1.28.0 version, that doest doesn’t allow to upload pdf and shows this error:
<?xml version="1.0" encoding="UTF-8"?>
InvalidAccessKeyIdThe AWS Access Key Id you provided does not exist in our records.undefinedB370EE1B0ADCBD6ACJ1U9kQlKcfImU4hKF97BlsrIeklGSfUyjWURS7Q/YmYeSRxm49ofUzlYxeqx2cbkAebbvC6bkM=
In this video you can see how I upload an image with no problems but the pdf shows an error:
So I think that I’ts not problem of my credentiales, because I can upload images, and also If I revert the plugin version to the 1.27 version, I can upload pfd without problems.
Hello,
we have tested this and couldn’t reproduce.
Our developer suggests to remove the plugin element from the page and then put it back again. Sometimes code updates do not initialize correctly in Bubble so this trick might help
Please try and let us know
Thanks!
Hi, I did it in a new page, uninstalling the plugin, and putting a new fileuploader in a new page but the errors persists in a cellphone. If you do it in a pc it works great. The problem is with cellphones.
Loving the app so far, but you’re using Bootstrap in this plugin and it’s overwriting the CSS on certain elements within Bubble (namely a Focus Button) to cause a strange blue box around focused buttons used as text boxes in Bubble. We’ve pushed an override in our app with another piece of custom CSS in the page header to stop it from happening,
If anyone else reading this noticed the same issues in their app, here’s the code that switches it off.
button:focus{
outline: none!important;
}
Two lines of code for four hours of pulling our hair out to try to figure out what had changed in our app.
Sorry for late reply and trouble with style.
Thank you for the tip, we’ll take a look at the plugin.
Have you encountered other overwritten styles besides the (Focus Button)?