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

# 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

Dynamic import('@supabase/node-fetch') in `lib/fetch` to avoid possible `Cannot read property 'bind' of undefined` error. Closes #1303

In preparation for the introduction of new API keys, the client library should not pass non-JWT values in the `Authorization` header, as requests like this will definitely fail. Two backward...

Hey guys, I have an Issue with `auth.updateUser()` sending OTP code in phone So in my app i have a multi-step and im trying to this so in for example...

bug

Disclaimer not sure if feature or bug. # Bug report - [x ] I confirm this is a bug with Supabase, not with my own application. - [x ] I...

bug

# Bug report ## Describe the bug I have valid session in `supabase.auth`, however if I subscribe to a channel, I'm not getting any data, because of RLS. If I...

bug

# Chore ## Describe the chore Request update the static import of `@supabase/node-fetch` in `src/lib/fetch.ts`: https://github.com/supabase/supabase-js/blob/4c7f57197c0109b9393080db5971543347a6397a/src/lib/fetch.ts#L2-L17 https://github.com/supabase/supabase-js/blob/4c7f57197c0109b9393080db5971543347a6397a/src/lib/fetch.ts#L18-L24 Use dynamic `import('@supabase/node-fetch')` to avoid possible `Cannot read property 'bind' of undefined` error....

# Bug report **Description**: I'm encountering an issue with the generated TypeScript types when using Supabase. For the past 4 days, the types generated by the command `supabase gen types...

bug

# Improve documentation ## Link https://supabase.com/docs/guides/database/full-text-search?queryGroups=language&language=js#match-any-search-words ## Describe the problem Says, > Notice how searching for big includes results with the word bigger (or biggest, etc). But actually it does...

documentation