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

Results 18 functions-js issues
Sort by recently updated
recently updated
newest added

# Bug report ## Describe the bug When calling `supabase.functions.invoke` to a function that responds with non-2xx status code following error is returned with null data: ``` FunctionsHttpError: Edge Function...

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

## What kind of change does this PR introduce? ## What is the current behavior? Please link any relevant issues here. ## What is the new behavior? Feel free to...

# 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. - [ ✅ ] I confirm I have searched the...

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? fixes https://github.com/supabase/supabase/issues/18175 ## What is the current behavior? Please link any relevant issues here. ## What is the new behavior? Feel...

# 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? Bug fix (fixes https://github.com/supabase/functions-js/issues/65) ## What is the current behavior? I am trying to write some negative tests for my edge...