Closed ajboni closed 3 years ago
Forbidden error when creating a M2A You don't have permission to access this. Tried with npx with sqlite and docker with postgress. Same behaviour.
{ "errors": [ { "message": "You don't have permission to access this.", "extensions": { "code": "FORBIDDEN" } } ] }
5 post request are generated, 3 of them failing due to 403 unauthorized.
v9.0.0-rc.98
v14.17.6
Postress / SQLlite
Firefox / Chrome / Brave
Linux
npx. docker
Hello @ajboni Although it's not exactly the same, I am going to mark as duplicate of https://github.com/directus/directus/issues/8866, since https://github.com/directus/directus/pull/8881 fixes both scenarios.
Preflight Checklist
Describe the Bug
Forbidden error when creating a M2A You don't have permission to access this. Tried with npx with sqlite and docker with postgress. Same behaviour.
To Reproduce
Errors Shown
5 post request are generated, 3 of them failing due to 403 unauthorized.
What version of Directus are you using?
v9.0.0-rc.98
What version of Node.js are you using?
v14.17.6
What database are you using?
Postress / SQLlite
What browser are you using?
Firefox / Chrome / Brave
What operating system are you using?
Linux
How are you deploying Directus?
npx. docker