🔍 BUSCANDO OCURRENCIA 3164 EN SUPABASE ================================================================================
cURL error 6: Could not resolve host: rest (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for rest/v1/ocurrencias?select=id%2Cexternal_id%2Cfecha%2Cfuente_id%2Cmul_url%2Csync_estado%2Csync_id_remoto&id=eq.3164&limit=1
Illuminate\Http\Client\PendingRequest->marshalConnectionException(object(GuzzleHttp\Exception\ConnectException))Illuminate\Http\Client\PendingRequest->{closure:Illuminate\Http\Client\PendingRequest::send():964}(integer)vendor/laravel/framework/src/Illuminate/Support/helpers.phpIlluminate\Http\Client\PendingRequest->send(string, string, array)Illuminate\Http\Client\PendingRequest->get(string, array)check_supabase_3164.php17 ->timeout(30)18 ->withHeaders([19 'apikey' => $supabaseKey,20 'Authorization' => "Bearer {$supabaseKey}"21 ])22 ->get("{$supabaseUrl}/rest/v1/ocurrencias", [23 'select' => 'id,external_id,fecha,fuente_id,mul_url,sync_estado,sync_id_remoto',24 'id' => 'eq.3164',25 'limit' => 126 ]);2728if (!$response->successful()) {29 echo "❌ Error consultando Supabase: " . $response->status() . "\n";30 echo " Body: " . $response->body() . "\n";31 exit(1);32}3334