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 142 supabase-js issues
Sort by recently updated
recently updated
newest added

# 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

# 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...

bug

# Improve documentation ## Link [This page could be improved](https://supabase.com/docs/reference/javascript/initializing) ## Describe the problem While using supabase-js using deno, I ran into an issue: the client was not saving the...

documentation

# Bug report ## Describe the bug react-native expo crashes on opening Using the latest version of supabase-js for email authentication in a react-native expo app causes it to crash...

bug

## Describe the chore It would be good to have all the expected results (basically the constants created in each test file) defined in a separate file maybe something like:...

# 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

```ts const supabase = createServerSupabaseClient(context) const {data: sessionRes} = await supabase.auth.getSession() ``` Right now this will return a valid session as long as the access_token is not expired and is...

enhancement

# Chore ## Describe the chore - Publish on deno.land/x - Docs on how to install on Deno ## Additional context It would be nice with "official support" for Deno!

# Bug report Getting error "Unexpected end of JSON input" on calling Netlify graphql function endpoint. ## Describe the bug When I perform updateUser or createUser, fetchData hook is called...

bug