403 means that you don't have the proper authorization to visit that url even though you are logged in. Are you using any kind of authorization package like spatie-rolls?
Nov 20, 2021
6
Level 8
403 error
Hi!
Have created a application in laravel 8 and vue.js
When i logging in my system, it redirect to my dashboard like -> https://yourdomene.com/admin/dashboard
Most of the time, its working fine.
But somtimes when i login to my system i get 403 error.??
When i change my URL to: https://yourdomene.com/adminTEST/dashboard
I then get 404 error
What is the problem ?
Please or to participate in this conversation.