login admin panel redirect to login page in each submit in live
hello everyone , trying to login in live admin panel login redirect me to login every time i attemt the data in submit and nothing in conlole a have no ssl on it, is that an issue ?
can you help me with this http://gysi.herokuapp.com/admin/login
21 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
i dont have something like this in my twill.php file it wasn't in twill docs
is there any configuration diferent for production ?\
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
i tryed but the same thing is not working yet
@ifox @Harings Rob @kalle have you any idea how to slove this
Have you tried clearing the cache?
php artisan optimize:clear
yes i did it and the same result
Can you show me these env vars?
i dont have session domain is neceseary ?
Can you check when you log in on which domain cookie is set?
After redirect
i donnt see any request in cookies after submit http://gysi.herokuapp.com/admin/login
If validation passes, auth should set the cookie in your browser. Check here.
im checking to network for any api request and nothing there
in local host everything works but in production this hoppen
SESSION_DOMAIN=".herokuapp.com
?What is your session driver set to on production?
Hi @Harings Rob , Where ca i find that session driver , sorry but is my first time deloying a project (production)
look for session_driver in .env
session_driver=file