Habiddiaz
(Habid Diaz)
April 22, 2026, 6:09pm
1
The file upload component isn’t returning all the keys, and when I upload a file to Supabase, it’s uploaded as plain text – this happens with all file types.
Previously, it returned an object like this:
Now:
Could this be affecting storage operations with Supabase, or is it just the project I’m working on?
Here’s how to upload the file:
@Joyce
Habiddiaz
(Habid Diaz)
April 23, 2026, 6:59pm
2
The file upload only works with the event; it doesn’t work with direct values.
Furthermore, it cannot find the element’s base ID and does not return
ishika
(Ishika)
April 24, 2026, 8:31am
3
Hey @Habiddiaz !
Could you share the exact steps you followed?
I tested the file upload action to Supabase from the Interface on my side, and it worked fine. The asset was uploaded as an image:
Like you, I bound the file object in the upload action:
Are you specifying the file extension in the file path? That’s one place where I got stuck.
I had bound the file object correctly, but the upload only worked as expected once the path included the file type, like .png.