You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm quite new to Phoenix & I liked your 2 libraries arc & arc_ecto, since they make it quite straightforward the whole process of uploading images on S3.
However for the past couple of days I couldn't make it to work & I don't know how to debug it, since I'm getting nothing useful in the stack-trace about possible issues.
I followed your implementation process & when I upload the image what I get as a response is that I have no image selected although the image is actually in it's temporary directory on the server.
Can you test for me with a bucket in US Standard just to isolate the behavior? There are some quirks with alternate regions I haven't been able to pindown yet.
Hello @stavro
I'm quite new to Phoenix & I liked your 2 libraries arc & arc_ecto, since they make it quite straightforward the whole process of uploading images on S3.
However for the past couple of days I couldn't make it to work & I don't know how to debug it, since I'm getting nothing useful in the stack-trace about possible issues.
I followed your implementation process & when I upload the image what I get as a response is that I have no image selected although the image is actually in it's temporary directory on the server.
This is a gist of the relevant code of my implementation of your library.
The versions of the libraries that I use are
Any advice and insight is welcome,
Thanks!
@kexoth
The text was updated successfully, but these errors were encountered: