Issue with bucket mime-types ? #32858
Unanswered
DaFrenchFrog
asked this question in
Questions
Replies: 1 comment
-
Supabase does not change the mime type or file data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I upload image files and some data to a bucket for my website. It works fine with jpgs and json files but I can't render SVG files.
The file is displayed on page like a broken link but when I test the direct link to the bucket file it shows the svg code and not the actual image.
I guess it has something to do with mimetype and I tried to specify it in my file upload script but it doesn't work...
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions