Expected functionality: When you try to go to an auth protected URL when your session is expired, you are redirected to the login page. After logging in, you should be redirected to the URL that you requested.
Actual Result: After submitting the login form, you are always redirected to the page defined in RouteServiceProvider::HOME.
Please fix this bug. It is a poor user experience to always be directed to the home page instead of the page you actually requested.
Hi,
Thank you for your feedback. The login function is using ajax and refreshed after successful login.
resources/assets/extended/js/custom/authentication/sign-in/general.js
<img src="https://i.ibb.co/R0ssJfK/image.png" alt="image" border="0">
We will fix it in future updates soon.
Thanks