Issue with retrieving files using Storage().get()

Hi everyone,

I’m running into a strange 404 Client Error with Storage().get() on a Viktor app.

Everything was working fine until a week ago. Currently, files uploaded and retrieved via Storage().set() / .get() work perfectly for old entities, but fail with a 404 Not Found S3 URL error whenever a user tries it on a newly created entity.

Here is the error snippet:

viktor._vendor.requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://viktor-storage-eu1.s3.amazonaws.com/

It feels like an internal issue with how storage paths are being provisioned for new entities. Has anyone else encountered this recently, or can someone from the Viktor team check it out?

Thanks,
Huy

Hi Huy,

We’re checking this out! We’ll let you know once we know more.

Rick

Hi Vuy,

Just to double check, you didn’t update your app to a new SDK version or changed something else to the app (code), right?

Kind regards,

Kevin