Apr 3, 2024
0
Level 8
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

When I checked in preview tab its showing data

I'm returning data in JSON format like
return response()->json([
'data' => $data
]);
Please or to participate in this conversation.