Does the file upload component not return all the keys?

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

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

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.