Rijad Zuzo

Results 3 comments of Rijad Zuzo

I got the same error and in the network response there is this: ``` exception: "Symfony\Component\HttpKernel\Exception\HttpException" file: "/home/rijad/dev/playground/laravel-sanctum-vue-spa/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php" line: 226 message: "CSRF token mismatch." ``` Should something else be generated?

I got it to work by editing the `.env` File: ``` SESSION_DOMAIN=localhost SANCTUM_STATEFUL_DOMAINS=localhost ``` The requests are going trough now.

I am also curious about this. Is there any plans for this? This is the last missing piece to make this the perfect solution for my provisioning use case 👍🏻