Bug? cant add a file to multi file upload as it deletes all previous files

I want the user to be able to upload multiple files but also add to those files without it deleting the ones they already uploaded.
How do I do that?


Also just noticed that if I upload 1 at a time, even though the array displays everything in the data tree it doesnt actually show anything but the first item in the array. So when uploading it will only upload the first item and not the others.
so you HAVE to add all images at the same time. this doesnt seem right, is this a bug?

I asked in the supabase discord and they said my RLS policy looks correct.
so now I am more stumuped, im not sure what else to look into

You need to use the merge formula to merge the arrays while using a multiupload

Im doing it differently at the moment and just using the supabase upload on the actual upload element. I was using it on the form before but to debug i made it more simple and i am still struggling.

theres a whole lot of parts I am still trying to work out but I made a post asking for help on that issue

https://community.weweb.io/t/how-do-i-list-and-delete-files-from-supabase-storage-bucket-nothing-shows-up/14118