Closed jameswagoner closed 8 months ago
I can get a PR later today and include a test case for Inertia requests.
For now the solution for others is to rollback to v2.7.1
Thank you for raising this, I reverted the previous PR and published a new patch release.
Thanks!
I'll still try for a test case for Inertia requests if no one else gets to one before I do.
266 introduced a bug in which Inertia requests are incorrectly identified as pure json requests
The addition of
|| isJson()
is too granular of a condition when it comes to Inertia requests.