0

I am getting incomplete json response. I dont know what is causing this issue. Here is sample jsonenter image description here

I have debug the code Response.php from inertia-laravel

   if ($request->header('X-Inertia')) {
        return new JsonResponse($page, 200, [
            'Vary' => 'Accept',
            'X-Inertia' => 'true',
        ]);
    }

which seem right and dump & die giving me correct data.

1 Answer 1

1

Debugging vendor's packages is always the last check to do. In your screenshot, the JSON response of the 127.0.0.1 request seems correct, can you show the response on the log?format request, where, I suppose, is the error?

Have you try to debug with Vue Devtools?

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.