-
Hi!
I'm running Directus 10.8.2 and I can not get this extension to install.
This is the error I'm getting when trying to install it:
```
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not …
-
### Describe the Bug
With the following configuration:
Try to upload a file from the SDK, the file is correctly created but the response body is empty.
If users have full files access, the bo…
-
### Describe the Bug
Although technically not a bug, using policies in actual application turns into a cumbersome endeavour. It ought to easy to get the names of all policies assigned to a user, incl…
-
### Describe the Improvement
In my application, I know that a user will always have an email because that is the only way I allow to authenticate. So I want to override the `email` field of the `dire…
-
### Page
https://docs.directus.io/blog/implement-directus-auth-in-next-js-14.html#before-you-start
### Describe the Inaccuracy
It doesn't work. I think is wrong the procedure to login. how di…
-
### Page
https://docs.directus.io/guides/sdk/getting-started.html#installation
### Describe the Inaccuracy
Would be great to have an example of using an external login provider with the new SDK.
-
# 🐞 Bug report
### Description
I've got the same error as described in directus/sdk-js#78 for my node FormData Upload.
So i try to upload files via directus-sdk-js on my node server and got the …
dgram updated
4 years ago
-
With the addition of the `useSdk` composable (in #20811) we'll need to document it just like the `useApi` (like the related https://github.com/directus/directus/issues/20606)
While the transition f…
-
It will be really helpful for [Quasar](https://github.com/quasarframework/quasar) + directus users.
- [ ] Setup Directus SDK
- [ ] Add basic authentication with Directus SDK
- [ ] CRUD with Directus …
-
### Describe the Bug
We are unable to deep-query the fields of a custom type collection which uses the built-in DirectusUser type.
Query-Code:
```ts
export const festivityQueryFields = [
'i…