casbin / mongodb-adapter

MongoDB adapter for Casbin

Home Page:https://github.com/casbin/casbin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mongodbadapter.adapter is not persist.BatchAdapter

QVllasa opened this issue · comments

When I try to call AddPolicies on *Enforcer, I get the following error:

panic: interface conversion: *mongodbadapter.adapter is not persist.BatchAdapter: missing method AddPolicies

Currently using:
"github.com/casbin/casbin/v2"
"github.com/casbin/mongodb-adapter/v3"

Thanks a lot! Works now perfectly.