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 ## Describe the bug Assuming the `Redirect URLs` have properly been configured in Supabase configuration settings, when the `emailRedirectTo` parameter is specified, that URL should be represented...

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

# Improve documentation ## Link https://supabase.com/docs/reference/javascript/select ## Describe the problem See the release notes here: https://nextjs.org/blog/next-13-2#nextjs-cache It is not clear how to take advantage of this feature when fetching data...

documentation

# Improve documentation In the documentation for fetching, under `Query the same referenced table multiple times`, it states an approach, which doesn't infer correct types on the resulting object. ##...

documentation

# Improve documentation ## Link Not sure where best location would be ## Describe the problem For most who have done async calls Typescript or Javascript, it's common to sometimes...

documentation

`const { data, error, count } = await supabase .from("restaurant_claims") .select( `status, role_name, restaurants!inner(id,name,address,logo), user:users!user_id(id, first_name, avtar), accept_by:users!accept_by(id, first_name, last_name), certificate_media:medias!certificate_media_id(media_url), front_media:medias!front_media_id(media_url), back_media:medias!back_media_id(media_url,media_type)` ) .eq("id", id) .single(); ` **Response Data...

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

# Improve documentation It is possible to set a custom fetch that supabase client will use. But how are arguments passed to this custom fetch with the query builder api?...

documentation

# 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