-
## This issue is tracked elsewhere
This issue is a follow-up to https://github.com/PostgREST/postgrest/pull/3469
### Environment
* PostgreSQL version: none
* PostgREST version: n/a
* Operat…
-
### Environment
* PostgreSQL version: 12
* PostgREST version: 7.0.0
* Operating system: Debian
### Description of issue
I have a daterange field (eg validity) and am trying to get if current_…
-
### Environment
* PostgreSQL version: 12
* PostgREST version: `postgrest/postgrest:v8.0.0`
* Operating system: AWS Linux
### Description of issue
_(Expected behavior vs actual behavior)_
…
-
### Environment
* PostgreSQL version: 12
* PostgREST version: 7.0.0
* Operating system: Linux
### Description of issue
Hello,
I configured postgrest authentication through jwt with Keycloa…
-
**Describe the bug**
Following an update to the CLI, I am no longer able to start supabase services via the cli.
I am using Ubuntu 22.04 via Windows 11 WSL. I initially installed supabase via dpkg…
-
# Bug report
## Describe the bug
If multiple filters are provided for a particular column, only the last filter is applied in the query. All the previous ones are overwritten. This happens [here…
-
**Describe the bug**
I am using the `supabase_flutter` and listening for user changes from the `users` table. When the internet connection is lost on Android, the stream throws the following error:
…
-
# Bug report
## Describe the bug
[maybe_single](https://postgrest-py.readthedocs.io/en/latest/api/request_builders.html#postgrest.SyncSelectRequestBuilder.maybe_single) is supposed to return Non…
-
# Problem
I want to use supabase built in email_confirmation + phone_confirmation
So i allowed my users to call signup function from frontend
Flow is
1. user sign up
2. user confirm email + ph…
-
I closely followed the setup as described here:
https://supabase-cache-helpers.vercel.app/postgrest/ssr/react-query
I have the following function in a lib dir:
```
export const getCompanyById = …