HI there.
I'm trying to build something with amplify gen2. It's been running smoothly up until i deployed my app that is getting a URL for one of my pictures in my S3 bucket. Note that this does work locally.
Once deployed my app tells my i have empty credentials.
Yes, I am indeed unauthenticated but my amplify app should accept this. I have indeed unauthenticated access allowed on my bucket, I have my generated unauthenticated roles that seem to have all necessary permissions. I do fetch my credentials and I can see them in my console when logging them. When I try to trigger the "getUrl" function, it doesn't even fire any request. It just blocks locally. Has anyone ever been through such a situation ?
Is there anything I can show you guys to help ?
Feeling kind of lost here.
Thanks in advance.