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