daedalus
daedalus
According to [this issue](https://github.com/panva/openid-client/issues/52) it is possible to send the `client_id` and `client_secret` in the body by setting `token_endpoint_auth_method` to `client_secret_post`. We pass down option overrides to the underlying library...
Interesting. From what I understand, the authentication flow proceeds as follows: 1. The login process starts with a call to `authenticationServer.login`: [Directus – authentication.ts#L53](https://github.com/directus/directus/blob/main/api/src/services/authentication.ts#L53) 2. This eventually triggers a call...
> Additional logic checks for append blocks should be included. > > > Each block in an append blob can be a different size, up to a maximum of 4...
This appears to be caused by Backblaze not supporting the [new data integrity headers/checks](https://github.com/aws/aws-sdk-js-v3/issues/6810) recently added to the SDK. It seems to be a common issue with many third-party S3...
> Looks like there's a way to disable the new default behavior under [a `aws.requestChecksumCalculation` flag](https://docs.aws.amazon.com/sdkref/latest/guide/feature-dataintegrity.html). > While setting it to `WHEN_REQUIRED` will work for get/put, according to https://github.com/aws/aws-sdk-js-v3/issues/6810#issuecomment-2597745611 it...
It looks to work now on my side as well (create/update/delete) so I'll proceed to close this, happy to reopen if the issue persists under certain circumstances
I am unable to reproduce the first reported issue, `flow_b` correctly returns a failed status when `flow_a` rejects. https://github.com/user-attachments/assets/305bf881-c72a-4461-b50f-f69238333d81 The second reported issue is a duplicate of https://github.com/directus/directus/issues/24849. I'll go...
The docker image seems to work fine for me on MacOS sequa, as such I'll go ahead and close this. The error you are receiving seems to be related to...
### Tests - [x] Expect migration to work cross db - [x] sqlite - [x] mariadb - [x] mysql - [x] orcaledb - [x] mssql - [x] postgres - [x]...
### Tests - [x] Expect the field info to be inside the error message - [x] uniqueViolation - [x] numericValueOutOfRange - ~~**FAIL**. The value is null instead of the invalid...