-
-
Notifications
You must be signed in to change notification settings - Fork 273
Closed
Labels
bugSomething isn't workingSomething isn't workingfunctionsThis issue or pull request is related to functionsThis issue or pull request is related to functions
Description
Describe the bug
If the Edge Function completes its execution due to a timeout, we receive a JSON parsing error. Although, it would be more logical to receive a timeout error
To Reproduce
- Write a function that will run for a very long time.
- Call this function in a Flutter application.
- Expect an error.
Expected behavior
It would be correct to receive a timeout error
Version (please complete the following information):
├── supabase_flutter 1.10.14
│ ├── supabase 1.11.1
│ │ ├── functions_client 1.3.2
│ │ ├── gotrue 1.11.2
│ │ ├── postgrest 1.5.0
│ │ ├── realtime_client 1.2.1
│ │ ├── storage_client 1.5.1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfunctionsThis issue or pull request is related to functionsThis issue or pull request is related to functions

