Stefan Aebischer

Results 21 issues of Stefan Aebischer

Fixes: #8890 ### Description of change Allows to query ManyToOne relations for records that do not have any relation (IS NULL). ### Pull-Request Checklist - [x] Code is up-to-date with...

If the connection to the redis server can't be established, a call to `client.disconnect()` won't stop the client from trying to reconnect. **Steps to reproduce** 1. run the test script...

Bug

## Expected Behavior #### Describe expected behavior Failing requests to `/token` endpoint (status code 400) should reject with the full error returned by the client in the body of the...

bug

* Improves error handling #94 * Catches `NodeBasedHandler` server startup error (eg: `EADDRINUSE`) #95 * `NodeBasedHandler` only opens authorization url if server could be successfully started, to avoid leaking Tokens...

## Expected Behavior #### Describe expected behavior The notifier server should only listen on the loopback interface (127.0.0.1) ## Describe the problem #### Actual Behavior The notifier server binds to...

## Expected Behavior It would be usefull, if `ON_UNABLE_TO_START` errors would be bubbled up to the app, so it can react accordingly. Ideally, `NodeBasedHandler.performAuthorizationRequest` would return a promise, which is...

# Bug report ## Describe the bug Upon an error the method [`_callRefreshToken`](https://github.com/supabase/gotrue-js/blob/fb7fae5d763c7173f16aa8c6a8747013d8ba4d24/src/GoTrueClient.ts#L887-L923) does not resolve the `refreshingDeferred`, leading to dangling promises. If an error during a refresh token request...

bug
released on @next
released on @rc

# Bug report ## Describe the bug Backoff during auto refresh upon network failure fails in 1.23.0-next. ## To Reproduce 1. clone the [repro](https://github.com/pixtron/supabase-repro) 2. npm install 3. npm start...

bug
released on @next
released on @rc

In openid/AppAuth-JS/issues/95 some users raised the question how to configure the port `NodeBasedHandler` is listening to. Therefore i'd suggest to add it to the example.

# Bug report ## Describe the bug I tried to run this command: ```bash supabase gen types typescript --db-url 'postgres://postgres:[YOUR_PASSWORD]@db.[YOUR_REF].supabase.co:6543/postgres' > types.ts ``` The password contained the special chars `$`,...

bug