Why Supabase Storage randomly gives 400 - Object not found error even though the file is present?
Hi everyone, as the title says, i am facing this problem since quite a time. I have .txt files present in a folder in supabase storage bucket, but every time i am trying to access the file through python backend (using , it gives me 400 - Object nor found error, even though the file is present at the exact spot from where i want to download. After few tries i am able to download it. Has anyone faced this issue too? And how you fixed it.
Information about my case:
Information about my case:
- Stores .txt file in a folder in supabase storage bucket.
- Retrieves them from a backend in python.
- Using free trial of supabase right now. (is that the problem? can't afford the pro right now as it is just for side quest)
