calling https://cms-universel.tfo.beta.lesaffranchis.ca/api/tfo.org/pages/explorer
CMSBeta
Internal Server Error

ErrorException

file_put_contents(/var/www/storage/logs/livewire-crash.log): Failed to open stream: Permission denied

LARAVEL 12.31.1
PHP 8.3.4
UNHANDLED
CODE 0
GET
https://cms-universel.tfo.beta.lesaffranchis.ca/api/tfo.org/pages/explorer

Overview

DATE
2026/04/01 02:14:39.789 UTC
STATUS CODE
500
METHOD
GET

Exception trace

bootstrap/app.php
bootstrap/app.php:24
19                             \App\Http\Middleware\TrustProxies::class,
20                         ]);
21    })
22        ->withExceptions(function ($exceptions) {
23            $exceptions->report(function (Throwable $e) {
24                file_put_contents(
25                    storage_path('logs/livewire-crash.log'),
26                    '[' . now() . '] ' .
27                    $e::class . ' | ' .
28                    $e->getMessage() . ' | ' .
29                    $e->getFile() . ':' . $e->getLine() . PHP_EOL .
30                    $e->getTraceAsString() . PHP_EOL . str_repeat('-', 80) . PHP_EOL,
31                    FILE_APPEND
32                );
33            });
34        })->create();
35
6 vendor frames
Illuminate\Foundation\Exceptions\ReportableHandler->__invoke(object(ErrorException))
vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/ReportableHandler.php:44
Illuminate\Foundation\Exceptions\Handler->reportThrowable(object(ErrorException))
vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php:387
Illuminate\Foundation\Exceptions\Handler->report(object(ErrorException))
vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php:366
Illuminate\Foundation\Http\Kernel->reportException(object(ErrorException))
vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:562
Illuminate\Foundation\Http\Kernel->handle(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:146
Illuminate\Foundation\Application->handleRequest(object(Illuminate\Http\Request))
vendor/laravel/framework/src/Illuminate/Foundation/Application.php:1220
html/index.php
html/index.php:20
15
16// Bootstrap Laravel and handle the request...
17/** @var Application $app */
18$app = require_once __DIR__.'/../bootstrap/app.php';
19
20$app->handleRequest(Request::capture());
21

Queries

// No queries executed

Headers

accept-encoding
gzip
x-forwarded-server
c344ba6dd571
uber-trace-id
4e651e74e4bb2516:1ceca7d9b8ac8f23:4e651e74e4bb2516:1
user-agent
GuzzleHttp/7
x-original-uri
/api/tfo.org/pages/explorer
x-forwarded-port
443
x-forwarded-ssl
on
x-forwarded-host
cms-universel.tfo.beta.lesaffranchis.ca
connection
close
x-forwarded-proto
https
x-forwarded-for
23.21.116.100, 54.235.143.92, 172.20.0.5
x-real-ip
172.20.0.5
host
cms-universel.tfo.beta.lesaffranchis.ca

Body

// No request body

Routing

controller
App\Controllers\Api@matchRoute
middleware
api

Routing parameters

{
    "any": "tfo.org/pages/explorer"
}
Illuminate\Http\Client\Response {#361 // app/Services/ApiDataService.php:147
  #response: GuzzleHttp\Psr7\Response {#416
    -reasonPhrase: "Internal Server Error"
    -statusCode: 500
    -headers: array:6 [
      "Cache-Control" => array:1 [
        0 => "no-cache, private"
      ]
      "Content-Type" => array:1 [
        0 => "text/html; charset=UTF-8"
      ]
      "Date" => array:1 [
        0 => "Wed, 01 Apr 2026 06:14:40 GMT"
      ]
      "Server" => array:1 [
        0 => "nginx/1.25.3"
      ]
      "X-Powered-By" => array:1 [
        0 => "PHP/8.3.4"
      ]
      "Transfer-Encoding" => array:1 [
        0 => "chunked"
      ]
    ]
    -headerNames: array:6 [
      "cache-control" => "Cache-Control"
      "content-type" => "Content-Type"
      "date" => "Date"
      "server" => "Server"
      "x-powered-by" => "X-Powered-By"
      "transfer-encoding" => "Transfer-Encoding"
    ]
    -protocol: "1.1"
    -stream: GuzzleHttp\Psr7\Stream {#412
      -stream: stream resource @534
        wrapper_type: "PHP"
        stream_type: "TEMP"
        mode: "w+b"
        unread_bytes: 0
        seekable: true
        uri: "php://temp"
        options: []
      }
      -size: null
      -seekable: true
      -readable: true
      -writable: true
      -uri: "php://temp"
      -customMetadata: []
    }
  }
  #decoded: null
  #decodingFlags: ? int
  +cookies: GuzzleHttp\Cookie\CookieJar {#386
    -cookies: []
    -strictMode: false
  }
  +transferStats: GuzzleHttp\TransferStats {#417
    -request: GuzzleHttp\Psr7\Request {#403
      -method: "GET"
      -requestTarget: null
      -uri: GuzzleHttp\Psr7\Uri {#375
        -scheme: "https"
        -userInfo: ""
        -host: "cms-universel.tfo.beta.lesaffranchis.ca"
        -port: null
        -path: "/api/tfo.org/pages/explorer"
        -query: ""
        -fragment: ""
        -composedComponents: "https://cms-universel.tfo.beta.lesaffranchis.ca/api/tfo.org/pages/explorer"
      }
      -headers: array:2 [
        "User-Agent" => array:1 [
          0 => "GuzzleHttp/7"
        ]
        "Host" => array:1 [
          0 => "cms-universel.tfo.beta.lesaffranchis.ca"
        ]
      ]
      -headerNames: array:2 [
        "user-agent" => "User-Agent"
        "host" => "Host"
      ]
      -protocol: "1.1"
      -stream: GuzzleHttp\Psr7\Stream {#402
        -stream: stream resource @532
          wrapper_type: "PHP"
          stream_type: "TEMP"
          mode: "w+b"
          unread_bytes: 0
          seekable: true
          uri: "php://temp"
          options: []
        }
        -size: 0
        -seekable: true
        -readable: true
        -writable: true
        -uri: "php://temp"
        -customMetadata: []
      }
    }
    -response: GuzzleHttp\Psr7\Response {#416}
    -transferTime: 2.95579
    -handlerStats: array:41 [
      "url" => "https://cms-universel.tfo.beta.lesaffranchis.ca/api/tfo.org/pages/explorer"
      "content_type" => "text/html; charset=UTF-8"
      "http_code" => 500
      "header_size" => 224
      "request_size" => 117
      "filetime" => -1
      "ssl_verify_result" => 0
      "redirect_count" => 0
      "total_time" => 2.95579
      "namelookup_time" => 0.001334
      "connect_time" => 0.001902
      "pretransfer_time" => 0.046823
      "size_upload" => 0.0
      "size_download" => 1167199.0
      "speed_download" => 394885.0
      "speed_upload" => 0.0
      "download_content_length" => -1.0
      "upload_content_length" => 0.0
      "starttransfer_time" => 2.906656
      "redirect_time" => 0.0
      "redirect_url" => ""
      "primary_ip" => "54.235.143.92"
      "certinfo" => []
      "primary_port" => 443
      "local_ip" => "172.20.0.25"
      "local_port" => 51018
      "http_version" => 2
      "protocol" => 2
      "ssl_verifyresult" => 0
      "scheme" => "HTTPS"
      "appconnect_time_us" => 46770
      "connect_time_us" => 1902
      "namelookup_time_us" => 1334
      "pretransfer_time_us" => 46823
      "redirect_time_us" => 0
      "starttransfer_time_us" => 2906656
      "total_time_us" => 2955790
      "effective_method" => "GET"
      "capath" => "/etc/ssl/certs"
      "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
      "appconnect_time" => 0.04677
    ]
    -handlerErrorData: 0
  }
  #truncateExceptionsAt: null
}