I’m creating a new node.js project. I don’t know why after successful login, I’m unable to access dashboard. It’s restricted to Active Admin. For that user account status = Active.
That is because in the table roles, I have a column userid_roles (where the userid is stored) and that should be the column selected on the security provider.
I think you're selecting this one instead:
If not the case, maybe you can share how your data is stored