Skip to content

Laravel 10 Upgrade - All Inertia requests must receive a valid Inertia response #6759

Answered by murcoder
murcoder asked this question in Q&A
Discussion options

You must be logged in to vote

You were absolutely right. I'm using a custom docker image and nginx proxy on local. I was able to fix it by adding the header in nginx.conf:

add_header X-Inertia "true";

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@murcoder
Comment options

Answer selected by murcoder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #6757 on February 27, 2025 01:29.