From c6d39b8d8daa464ccf0445c84363bb4ea1c5dde9 Mon Sep 17 00:00:00 2001 From: Iosif Livadaru Date: Mon, 7 Feb 2022 12:34:29 -0500 Subject: [PATCH] Update app.blade.php The meta tag approach for csrf tokens won't work in SPA apps, only in blade apps. Removing it fixed the issue I had with uploading files after I login! --- stubs/inertia-common/resources/views/app.blade.php | 1 - 1 file changed, 1 deletion(-) diff --git a/stubs/inertia-common/resources/views/app.blade.php b/stubs/inertia-common/resources/views/app.blade.php index f512b1776..2a7753cc3 100644 --- a/stubs/inertia-common/resources/views/app.blade.php +++ b/stubs/inertia-common/resources/views/app.blade.php @@ -3,7 +3,6 @@ - {{ config('app.name', 'Laravel') }}