Replies: 2 comments 6 replies
-
This might sound redundant, but did you also test directly the Rest API endpoint with tools like |
Beta Was this translation helpful? Give feedback.
-
@lumos94 It looks like you're trying to request a feature (translations) that isn't currently supported by the module nor the Using Directus Documentation: Custom Translations hits the endpoint To my knowledge, there's nothing you can do to get the translations you're requesting via
{
"errors": [
{
"message": "You don't have permission to access this.",
"extensions": {
"code": "FORBIDDEN"
}
}
]
} I see three possible paths forward (ordered easiest first):
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I am trying to retrieve some custom translations from Directus. I am getting an error back saying that
You don't have permission to access this
.Permissions are checked and I indeed have permission to access it (it works ok on another project I have which uses their SDK). Other collections are retrieved as expected.
Beta Was this translation helpful? Give feedback.
All reactions