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
after login, I am redirecting to the dashboard page. but there every permission returns false.
now, if I refresh the page manually, then the permission system works.
how to resolve this issue ?
#after login
#after refresh
The text was updated successfully, but these errors were encountered:
Hello, thank you for this awesome plugin.
I am using NUXT js and my problem is....the permissions does not apply automatically until I refresh the page manually.
in login section
#in sidebar
v-show="$gates.hasPermission('' + item.permission + '')"
#after login
#after refresh
The text was updated successfully, but these errors were encountered: