-
```
container@pterodactyl~ Server marked as offline...
[Pterodactyl Daemon]: Checking server disk space usage, this could take a few seconds...
[Pterodactyl Daemon]: Updating process configuration …
-
### Describe the Bug
When performing an aggregate, the response is not entirely type safe.
```ts
const response = await this.directus.getClient().request(
aggregate('components_review', {
…
-
Hi Eike,
not really an issue, more a question. I read your two part blog on the directus site and you mention in part one that it is better to use the sdk over sveltekit's fetch. But then in part two…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Describe the Bug
### **Current Behavior**
When using the Directus SDK to fetch nested data with specific projections, I receive the following error from the TypeScript compiler:
> "Type '{ m2…
-
### Describe the Bug
I have a collection ```companies```.
It has an O2M relation with ```directus_users``` : ```companies.owners```
(On the ```directus_users``` side, there is a ```directus_…
-
SInce https://www.npmjs.com/package/@directus/sdk-js is deprecated
-
### Describe the Bug
The health-check endpoint, `/server/health`, seems to be causing a system crash (instance restart).
Additionally, this seems to be coinciding with the status of the storageAdap…
-
### Describe the Bug
Currently the Authentication via SDK has some inconsistencies. To be more precise the issue is with both operation arguments as well as defaults used for each one (for now I ca…
-
### Describe the Bug
I just found out, that you can't use withoutEnlargement together with a focal point, when passing a width or height that is greater, than the width or height of the original imag…