sla-workflow.infra.eks.optimy.net Open in urlscan Pro
3.72.229.63  Public Scan

Submitted URL: http://sla-workflow.infra.eks.optimy.net/
Effective URL: https://sla-workflow.infra.eks.optimy.net/
Submission: On October 14 via api from NL — Scanned from NL

Form analysis 0 forms found in the DOM

Text Content

SYMFONY EXCEPTION

Symfony Docs
Symfony Support


NOTFOUNDHTTPEXCEPTION


HTTP 404 NOT FOUND


 * Exception
 * Stack Trace


EXCEPTION


SYMFONY\COMPONENT\HTTPKERNEL\EXCEPTION\ NOTFOUNDHTTPEXCEPTION

in /optimy/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php (line
230)
 225.      */
 226.     protected function handleDispatcherResponse($routeInfo)
 227.     {
 228.         switch ($routeInfo[0]) {
 229.             case Dispatcher::NOT_FOUND:
 230.                 throw new NotFoundHttpException;
 231.             case Dispatcher::METHOD_NOT_ALLOWED:
 232.                 throw new MethodNotAllowedHttpException($routeInfo[1]);
 233.             case Dispatcher::FOUND:
 234.                 return $this->handleFoundRoute($routeInfo);
 235.         }

in /optimy/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php ->
handleDispatcherResponse (line 170)
 165.                 if (isset($this->router->getRoutes()[$method.$pathInfo])) {
 166.                     return $this->handleFoundRoute([true, $this->router->getRoutes()[$method.$pathInfo]['action'], []]);
 167.                 }
 168. 
 169.                 return $this->handleDispatcherResponse(
 170.                     $this->createDispatcher()->dispatch($method, $pathInfo)
 171.                 );
 172.             });
 173.         } catch (Throwable $e) {
 174.             return $this->prepareResponse($this->sendExceptionToHandler($e));
 175.         }

in /optimy/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php ->
Laravel\Lumen\Concerns\{closure} (line 426)
 421.                 ->send($this->make('request'))
 422.                 ->through($middleware)
 423.                 ->then($then);
 424.         }
 425. 
 426.         return $then($this->make('request'));
 427.     }
 428. 
 429.     /**
 430.      * Prepare the response for sending.
 431.      *

in /optimy/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php ->
sendThroughPipeline (line 172)
 167.                 }
 168. 
 169.                 return $this->handleDispatcherResponse(
 170.                     $this->createDispatcher()->dispatch($method, $pathInfo)
 171.                 );
 172.             });
 173.         } catch (Throwable $e) {
 174.             return $this->prepareResponse($this->sendExceptionToHandler($e));
 175.         }
 176.     }
 177. 

in /optimy/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php ->
dispatch (line 109)
 104.      * @param  SymfonyRequest|null  $request
 105.      * @return void
 106.      */
 107.     public function run($request = null)
 108.     {
 109.         $response = $this->dispatch($request);
 110. 
 111.         if ($response instanceof SymfonyResponse) {
 112.             $response->send();
 113.         } else {
 114.             echo (string) $response;

Application->run() in /optimy/public/index.php (line 28)
 23. | the client's browser allowing them to enjoy the creative
 24. | and wonderful application we have prepared for them.
 25. |
 26. */
 27. 
 28. $app->run();
 29. 


STACK TRACE


NOTFOUNDHTTPEXCEPTION

Symfony\Component\HttpKernel\Exception\NotFoundHttpException:

  at /optimy/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:230
  at Laravel\Lumen\Application->handleDispatcherResponse()
     (/optimy/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:170)
  at Laravel\Lumen\Application->Laravel\Lumen\Concerns\{closure}()
     (/optimy/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:426)
  at Laravel\Lumen\Application->sendThroughPipeline()
     (/optimy/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:172)
  at Laravel\Lumen\Application->dispatch()
     (/optimy/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:109)
  at Laravel\Lumen\Application->run()
     (/optimy/public/index.php:28)