Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

amitsolanki24_'s avatar

Laravel API Display: This request has no response data available

Hey developers. Anyone could you please help me.

When I checked in response tab its showing This request has no response data available but when I checked in preview tab its showing data. why it's not showing data in response tab?

My AJAX API headers:

GET /api/followings HTTP/1.1
Accept: application/json
Accept-Encoding: gzip, deflate, br, zstd
Accept-Language: en-US,en;q=0.9
Authorization: Bearer 584|jQmPNR7Ec8Sfzcn6FTOpsJ51JmSXGOPNeUUSrwri
Connection: keep-alive

When I checked in response tab its showing This request has no response data available

image

When I checked in preview tab its showing data

image

I'm returning data in JSON format like

return response()->json([
		'data' => $data
]);

0 likes
0 replies

Please or to participate in this conversation.