My Laravel project was running completely fine and then I had to re setup the project in my laptop so I deleted the project directory and cloned the project in a new directory. After that I get 419 page expired error on every network request. It is showing that error in the network tab when any Livewire network request is triggered and also on any form submission eg. login form.
The project is running completely fine on other devices as I have asked my colleague to test it on their devices but only showing error on my device. I have resetup the project in completely new directory as well.
I have a Mac Book, with Laravel Herd recently added. The project is on Laravel 10 and also has Livewire.
I hope this clears my problem, please ask me if you want more details that I have missed out.