I know this might look like a familiar error which has been asked before, however I do think this is different. I ran a couple of testsand failed to find out (with all the solutions posted in other questions) what's going wrong.
I use a Docker container for local development on Laravel projects. I recently got a new project from a developer which won't run in my docker container and keeps giving me 419 errors after every form submit. Can't login etc etc.
This docker container is already being used for 11 other laravel projects which are working perfectly fine.
I tried to change the session driver to cookie in case of writing errors to the storage folder. Without any luck.
I checked if the forms added an csrf token and they do.
What else can I try?