Getting Laravel 409 errors after migrating from v1 to v2 #2294
Replies: 1 comment
-
It is fixed now. Ensure removing any old inertia dependencies. This action will trigger an 409 response to your server and if the url is a inertia request it will loop. More detail here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Stack: laravel 12, vue3 3.5 with composition api and inertia 2.
Since I have updated from Inertia v1 to v2, on logout action (inertia call to logout route), I have a weird behaviour of loop 409 from Laravel server.
From an quick google search it seems that I have old dependencies still. But how can I have sure of that? On all my imports I am refering only to @inertiajs/vue3. I have searched and I see some old posts mixed with new ones.
Beta Was this translation helpful? Give feedback.
All reactions