thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.72k stars 2.67k forks source link

My Laravel Voyager admin redirect back to login page after successful login, but this issue occurs on initial login. After that it works fine. #5851

Open rahulsree7 opened 3 months ago

rahulsree7 commented 3 months ago

Laravel version

10

PHP version

8.2

Voyager version

1.7

Database

8.0.36

Description

My Laravel Voyager admin redirect back to login page after successful login, but this issue occurs on initial login. After that it works fine.

Steps to reproduce

login-page -> enter username and password -> successfull login -> redirects to /admin ->click on any link -> back to login-page -> Login again -> redirect to /admin -> works normally.

Expected behavior

Logout issue

Screenshots

https://www.awesomescreenshot.com/video/26120796?key=f864878649af1581ca282b5676545d19

Additional context

No response