You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using flow router and opening /admin I get redirected to /admin/admin/login which is an empty page.
This also happens when Roles.userIsInRole(Meteor.userId(), 'admin'); returns true. When I override the Admin.isAdmin function I get sent to the dashboard at /admin correctly.
I am getting this error when I am trying to access the admin panel
I use flow router in my app.
The text was updated successfully, but these errors were encountered: