Issue While uploading to bucket - Is return data changed?
Seems like the response after uploading a file to the storage bucket has changed.
When we upload a file to the bucket in Supabase, it will return an UploadResponse
This has a "path", which was like this: folder/file
Now, it is returning like ('folder','file')
When we upload a file to the bucket in Supabase, it will return an UploadResponse
This has a "path", which was like this: folder/file
Now, it is returning like ('folder','file')