[ad_1]
I am getting incomplete json response. I dont know what is causing this issue. Here is sample json
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.
[ad_2]