Issue with Supabase Storage: Duplicate Image Uploads Failing
Hi everyone! I'm running into a strange issue with Supabase storage. I have a bucket for images that was working fine yesterday for uploading a file named chargeur_telephone.png. However, when I tried to upload the exact same file duplicated and renamed (like chargeur_telephone2.png), it fails with a "filename incorrect" error.
In other words, the first image upload works, but trying to upload a second image that is just a duplicate with a different name doesn't go through. I've double-checked that the filenames are simple and there's no special character issue. It's the same file format and all. Any idea what might be causing this or if there's some subtle rule I'm missing on the bucket? Thanks in advance for any help!
In other words, the first image upload works, but trying to upload a second image that is just a duplicate with a different name doesn't go through. I've double-checked that the filenames are simple and there's no special character issue. It's the same file format and all. Any idea what might be causing this or if there's some subtle rule I'm missing on the bucket? Thanks in advance for any help!