Fresh install, fresh database. (took me a few tries, and that might be relevant, see below)
When I attempt to log in to any account, it thinks for a second, the page refreshes, and then I am still not logged in. The buttons at the top right still say "Sign Up" and "Log in". Pressing "Start a Discussion" pulls up the login modal, and manually going to .../admin (after attempting to log into the admin account) gives a 403
No error is displayed on the screen, even in with debug config set to true. The access_tokens table shows a new entry for every log in attempt. Putting in the wrong username/password gives the expected error "Your login details were incorrect."
There are currently 4 errors in my ./storage/logs , however none of them match with a log in attempt. 2 are PermissionDeniedExceptions that correspond to my attempts to open .../admin and the other 2 are Swift_TransportException that clearly have to do with Flarum being unable to send emails when new accounts are created (a bridge I'll cross later).
I had at first the issue discussed on this thread:
https://discuss.flarum.org/d/17789-facing-problem-while-a-fresh-flarum-install-in-localhost
These comments are similar to my problem:
https://discuss.flarum.org/d/17789-facing-problem-while-a-fresh-flarum-install-in-localhost/48
https://discuss.flarum.org/d/17789-facing-problem-while-a-fresh-flarum-install-in-localhost/53
I've set max_execution_time to 0 (unlimited), and that was how I was able to get the page to load at all. So it hasn't solved the log in issue.
Thoughts?