-
Notifications
You must be signed in to change notification settings - Fork 486
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
Describe the bug
When I query data in a range and the range is not within the boundaries it returns 416 in the Api Gateway, the issue is that there is not clear indicator of what error unless I extract the status and statusText. Is it the way to go at the place of going the error way?
When I log the error, I am getting: error: { message: '{"' }
I am on : "@supabase/supabase-js": "^2.58.0" with an hono.js backend. I believe the issue comes from the client.
How to reproduce, just a basic select with a range out of boundaries, I get status: 416 and statusText: Range Not Satisfiable - but the error is empty, is that normal? I saw issues from 2022 towards that in postgres-js.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working