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 - [ ] 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

## Describe the bug I've added a new column to my users table named "onboarded". But when I try to update the column it says it doesn't exist. When I...

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

## What kind of change does this PR introduce? Improvement ## What is the current behavior? Database / Schema types can be supplied / inferred. ## What is the new...

Updates postgrest-js to version 1.15.0 to support latest features #994

# 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

# Network request failed (Fetch Error in Expo) ## Network request fails with Expo Using any of the supabasejs library methods, network error is thrown. Using fetch works everywhere else....

bug

# Chore ## Describe the chore Updates postgrest-js to version 1.13.0 to support latest features

## Describe the bug In my config.toml I'm settings the max rows: max_rows = 1000000 But the value is not applied. It only returns 1000 rows. ## To Reproduce Steps...

bug