I have a problem with authentification to my cakephp 3.6 project on the productive server.
The server does not have mod_rewrite active, therefore I followed the instructions on https://book.cakephp.org/3.0/en/installation.html (section "I Can’t Use URL Rewriting") and everything works properly except authentification.
For authentification I basically followed the tutorial on https://book.cakephp.org/3.0/en/tutorials-and-examples/blog-auth-example/auth.html. On my development system (xampp) the authentification is working, but on my productive server I always get the following message after I click the login button:
I already tried the suggested solution from CSRF token mismatch in post request in 3.6 version without success.
Thanks and best regards
JS