got 403 in while list users
hello,
i got error 403 like while doing list users from manager role, but when using admin role, its working
headers is present btw
using better-auth v.1.2.7
what could be the problem?



Solution:Jump to solution
so i fixed it by created custom permissions like this
```
import { createAccessControl } from "better-auth/plugins/access";
import { adminAc, defaultStatements } from "better-auth/plugins/admin/access";
...
1 Reply
Solution
so i fixed it by created custom permissions like this
then just imported on my auth.ts and authClient.ts file
idk why on adminRoles is not working