Hi,
Has anyone been in similar situation?
I am following Alex's course for vue SPA with Laravel Sanctum but I keep getting 419 errors right from the start.
Has anything changed with the latest versions of Laravel and Vue? which makes his code not working for me.
Also, can I get the source code of this tutorial? "Laravel Sanctum Authentication with the Vue Composition API".
Thanks.
Sounds like csrf issue. Make sure your APP_URL is correct
The app URL is same on which Laravel is running APP_URL=http://localhost:8000
Do you have a csrf meta tag in your layout?