-
#### References
- https://supabase.com/blog/supabase-storage
- [ next.js sample application ](https://github.com/supabase/supabase-js/tree/master/examples/next-storage)
- [integrate with uppy.js]…
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gith…
-
**Describe the bug**
Following an update to the CLI, I am no longer able to start supabase services via the cli.
I am using Ubuntu 22.04 via Windows 11 WSL. I initially installed supabase via dpkg…
-
- [ ] #55
- [x] #56
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gith…
-
**Describe the bug**
I am using the `supabase_flutter` and listening for user changes from the `users` table. When the internet connection is lost on Android, the stream throws the following error:
…
-
**Describe the bug**
Using the S3 asset storage plugin all uploads have a mime type of `application/octet-stream` in S3. This happens with minio, supabase storage and aws.
The `asset` table in th…
-
# Bug report
I just integrated Clerk to my supabase app. Was a lot of pain, but in the end I managed to do it. As suggested by the official supabase doc, I overrode the "requesting_user_id" functio…
-
# Bug report
## Describe the bug
'info' function seems to always return object not found.
```json
{
"statusCode": "404",
"error": "not_found",
"message": "Object not found"
}…
-
**Describe the bug**
Under certain conditions a client with a service role key can not circumvent RLS policy restrictions on web.
**To Reproduce**
Add the following code to a flutter project:
…