admin 403forbidden error
when i login i have 403 forbbiden erorr in /admin route why? in production
12 Replies
i do it already but
when i try to login in now its have validation error that
These credentials do not match our records.
but at last it is in db like
my user email and password
Can you share your
canAccessPanel()
code?Can you check whether your admin user has email ending "@onedq.com" and "verified"?
what means verifed?
how i can check it 💀
email_verified_at
should not be null.. if you provide $this->hasVerifiedEmail()
hm i have not email_verifed_at
in my table
can i remove hasVerifiedEmaiL?
Then remove this
&& $this->hasVerifiedEmail()
yep thats works now
thanks ❤️
welcome
can u help me
i have 1 problem again d
in local this user is super admin but in production it has no any thing
like its cant view anything
btw i test it now and it has not super admin
hm