Symfony authentication – No puedo loguearme
He configurado la autenticación Symfony (FOSUserBundle)en mi servidor local de desarrollo, donde funciona perfectamente. Pero cuando subo el código al entorno de produccción puedo llegar a la página de inicio de sesión sin problemas, pero tan pronto como intento iniciar sesión me redirige directamente a la página de inicio de sesión sin ningún error. Parece que cuando se envía a login_check se redirige directamente a /login. He intentado limpiar la caché de producción con y sin depuración, lo que no parece resolver el problema. No hay errores en mi archivo prod.log.
¿Solución? Limpiar las cookies!!
I’ve set up Symfony authentication on my local dev server, where it works perfectly. But when I upload the code to the prod environment I can get to the login page with no problems but as soon as I try to login I get redirected straight back to the login page without any error. It seems as though when it is submitting to login_check it redirects straight back to /login. I’ve tried clearing the production cache with and without debug, which doesn’t seem to solve the problem. There are no errors in my prod.log file.
Solution? Clear the cookies.