Closed ikkigod closed 4 years ago
@z-song any answers?
@l3lackS Fixed ,upgrade to version v1.8.5
The fix for this is causing a new issue on the latest version v1.8.11 - you always get redirected to the home route.
Steps to reproduce: 1) access a link which isn't home while not logged in 2) when redirected to login page, login 3) you'll be redirected to admin home instead of the original target.
The issue arises because ->to() doesn't save the intended URL as ->guest() does.
Description:
There is a bug when you log out of control panel and then log in to the web page normally (it redirects you to the admin panel when you enter the data). Then try to refresh the page and redirect you to /home which may appear as 404 Not Found.
Steps To Reproduce:
yourdomain.com/login
yourdomain.com/home
)