Dear All,
I’m really confuse. I have two different directus self hosted for testing. Let’s say directus1 and directus2.
I created first directus1 and now it’s on latest version 11.12.0. I created policies1 (id: x1) and policies2 (id:x2). I checked on /users/me, id of policies are correct (x1 and x2).
Then, i created directus2 and also now updated to 11.12.0. I created policies3 (id: y3) and policies4 (id: y4). But when i checkd /users/me, they’re generated different ids? Let’s say it’s z3 for policies3, and z4 for policies4. I’m sure it’s wrong because when i checked (using admin user) on directus studio, using /admin/settings/policies/z3 or /admin/settings/policies/z4, the response is “FORBIDDEN. You don’t have permission to access this.”
So, i’m sure that ids didn’t exist on my server. Is it bugs? How to resolve it?