Romain Guerin
Romain Guerin
Hello, thanks for your reply :) I try both `force_mode: keys` and `force_mode: clipboard` and here are my results: 1. `clipboard` mode: 1. inside VS Code editor: `hello (from) parentheses`...
OK thanks, I'll see what I can do, but can't promise anything (quite busy atm :/).
Hello, I encounter the same problem, and here are some informations that may help (or not). First, the OpenAPI spec (OAS) from Directus (`/server/specs/oas`) does not list which fields are...
Hello, After following the [getting started for Next.js](https://docs.directus.io/guides/headless-cms/build-static-website/next.html#using-global-metadata-and-settings), and customized for TypeScript, I am encoutering the same problem, running Directus v10.11.2 (through Docker). I've found this issue as already been...
As far as I understand, this problem may be the root cause for other issues in SDK and Studio: - https://github.com/directus/directus/issues/23257 - https://github.com/directus/directus/issues/23258 - https://github.com/directus/directus/issues/23703
@elaminm2003 thanks for this proposal, but I'm not a directus maintainer and I have no permissions to assign an issue. But I guess you can still start to look into...
To my understanding, there are a few problems here: 1. the `users` key is not a list of **users' uuid** (`"users": [""]`), but rather a list of **`directus_access`'s uuid**. I...
> The link to the "access" page return 404. @ilseva I already logged an issue for this specific point: https://github.com/directus/directus/issues/23782
Hello @hjopel, thanks for this detailed report :) I also noticed this bug regarding policy object update API. I tried to explain this bug in [my initial comment](https://github.com/directus/directus/issues/23785#issue-2566410702), under the...
This issue looks similar to #882 and #4845. Maybe you'll find some solutions in those threads.