You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2025. It is now read-only.
Not all errors returned by postgrest contain the `details` field (in
particular, 401 errors due to invalid/expired JWT tokens). Hence, this
PR avoids an uncaught promise rejection by ensuring that `error.details`
field exists before checking the error details for the "Results contain
0 rows" message.
0 commit comments