supabase-js icon indicating copy to clipboard operation
supabase-js copied to clipboard

An isomorphic Javascript client for Supabase. Query your Supabase database, subscribe to realtime events, upload and download files, browse typescript examples, invoke postgres functions via rpc, invo...

Results 179 supabase-js issues
Sort by recently updated
recently updated
newest added

Just upgraded to 1.145.4 and `supabase stop --no-backup` should delete the local docker volume, but it does not. ```shell ❯ bunx supabase stop --no-backup Stopped supabase local development setup. Local...

bug

# Feature request When using the `load` function in Svelte Kit, it provides a [`fetch`](https://kit.svelte.dev/docs/loading) implementation that can be used. From the official docs: > SvelteKit's load receives an implementation...

enhancement

# 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://github.com/supabase/supabase/discussions), and...

bug

# Bug report - [ ] 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://github.com/supabase/supabase/discussions),...

bug

# 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://github.com/supabase/supabase/discussions), and...

bug

# 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://github.com/supabase/supabase/discussions), and...

bug

@supabase/supabase-js": "^2.39.0" using Supabase CLI to [generate the types] "supabase": "^1.123.0" Query the same referenced table multiple times work but give you a Typescript error as it expect an array....

bug

# Bug report ## Describe the bug When querying a referenced table with `count` option like this: ```ts const supabase = createClientComponentClient() const { data } = supabase.from('concerts').select(`*, bands_count:j_concert_bands(count)` ```...

bug

# Feature request - Option for nulls as undefined Currently, all empty values returned by the API are set as `null`. The difference between `null` and `undefined` for many (obviously...

enhancement

# Bug report User not set after logging in with password If I register or log in with a already registered user supabase is not setting the user internally. I...

bug