Root access with Casbin
I'm running on a standard React with Supabase build. I have Casbin set up with 3 user roles (superAdmin, admin, user). I've been following along with this tutorial: https://refine.dev/blog/refine-pixels-6. So far it's pretty much working as expected during the setup, but I'm unable to get get permissions set for the site route. The following just says that the user doesn't have permission:
My routes look like the following:
My routes look like the following:
