otsuka
Results
2
issues of
otsuka
# Bug report ## Describe the bug A non-StorageError response error object is returned. ## To Reproduce ```ts const { error } = await supabase.storage.from(BUCKET.ITEM).upload(path, image.file, { upsert: true, })...
bug
### issue When multiple images are set up, the UI is not broken, but when a single image is set up, the UI is broken. The situation is that we...