Can't login in demo app
draganescu opened this issue ยท 2 comments
Hi folks,
The demo app's backend does not login in Safari.
I've setup the symfony demo app with the symfony command and I can't seem to be able to login in the back end. The app works fine in the front end.
Using the provided users, none work (user and admin). I have:
- ran the migration manually as instructed
- added a new user <- this one does not work either
There is no error printed on screen, nor in the debug bar.
The app works as expected in Firefox.
I'm not sure I understand the issue. Specifically, this:
ran the migration manually as instructed
What migration? The app provides a database that it's ready-to-use, so no migration should be needed.
I can't remember either what I meant with this but the gist of the issue is that the demo app does not login in Safari ๐ Ignore the part about the "manual migration", maybe it was some attempt at debugging I did.
The issue was:
- I installed the demo app
- The demo users don't work for login in Safari
- Firefox works great
I retested and it worked in Safari as well. ๐๐ป Thank you!