NotFoundHttpException {#311
-statusCode: 404
-headers: []
#message: ""
#code: 0
#file: "/var/www/html/staging-api/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php"
#line: 231
trace: {
/var/www/html/staging-api/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:231 {
› case Dispatcher::NOT_FOUND:
› throw new NotFoundHttpException;
› case Dispatcher::METHOD_NOT_ALLOWED:
}
/var/www/html/staging-api/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:169 {
› return $this->handleDispatcherResponse(
› $this->createDispatcher()->dispatch($method, $pathInfo)
› );
arguments: {
$routeInfo: array:1 [ …1]
}
}
Laravel\Lumen\Application->Laravel\Lumen\Concerns\{closure}() {}
/var/www/html/staging-api/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:52 {
› try {
› return call_user_func($destination, $passable);
› } catch (Exception $e) {
arguments: {
$function_name: Closure {#218 …}
...$parameters: {
Request {#217 …}
}
}
}
/var/www/html/staging-api/vendor/barryvdh/laravel-cors/src/HandlePreflight.php:29 {
›
› return $next($request);
› }
arguments: {
Request {#217 …}
}
}
/var/www/html/staging-api/vendor/illuminate/pipeline/Pipeline.php:163 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#217 …}
$next: Closure {#258 …}
}
}
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() {}
/var/www/html/staging-api/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:32 {
›
› return call_user_func($slice($stack, $pipe), $passable);
› } catch (Exception $e) {
arguments: {
$function_name: Closure {#260 …}
...$parameters: {
Request {#217 …}
}
}
}
/var/www/html/staging-api/vendor/illuminate/pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#217 …}
}
}
/var/www/html/staging-api/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:415 {
› ->through($middleware)
› ->then($then);
› }
arguments: {
$destination: Closure {#218 …}
}
}
/var/www/html/staging-api/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:171 {
› );
› });
› } catch (Exception $e) {
arguments: {
$middleware: array:1 [ …1]
$then: Closure {#218 …}
}
}
/var/www/html/staging-api/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:108 {
› {
› $response = $this->dispatch($request);
›
arguments: {
$request: null
}
}
/var/www/html/staging-api/public/index.php:28 {
›
› $app->run();
›
}
}
}