new-algonz-api.quantumtri.com
Open in
urlscan Pro
172.104.189.236
Public Scan
URL:
https://new-algonz-api.quantumtri.com/
Submission Tags: falconsandbox
Submission: On December 09 via api from US — Scanned from SG
Submission Tags: falconsandbox
Submission: On December 09 via api from US — Scanned from SG
Form analysis
0 forms found in the DOMText Content
SYMFONY EXCEPTION Symfony Docs Symfony Support NOTFOUNDHTTPEXCEPTION HTTP 404 NOT FOUND * Exception * Stack Trace EXCEPTION SYMFONY\COMPONENT\HTTPKERNEL\EXCEPTION\ NOTFOUNDHTTPEXCEPTION in /var/www/html/new_algonz/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 /var/www/html/new_algonz/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. } Application->Laravel\Lumen\Concerns\{closure}(object(Request)) in /var/www/html/new_algonz/vendor/laravel/lumen-framework/src/Routing/Pipeline.php call_user_func (line 48) 43. */ 44. protected function prepareDestination(BaseClosure $destination) 45. { 46. return function ($passable) use ($destination) { 47. try { 48. return call_user_func($destination, $passable); 49. } catch (Throwable $e) { 50. return $this->handleException($passable, $e); 51. } 52. }; 53. } Pipeline->Laravel\Lumen\Routing\{closure}(object(Request)) in /var/www/html/new_algonz/app/Http/Middleware/LogMiddleware.php (line 32) 27. public function handle($request, Closure $next) 28. { 29. if($request->method() != 'GET') 30. $endpoint = $this->insert_log($request); 31. 32. $response = $next($request); 33. 34. if($request->method() != 'GET'){ 35. if(!empty($request->auth)) 36. $endpoint->user_id = $request->auth->id; 37. if(!empty($response->original)) in /var/www/html/new_algonz/vendor/illuminate/pipeline/Pipeline.php -> handle (line 167) 162. // since the object we're given was already a fully instantiated object. 163. $parameters = [$passable, $stack]; 164. } 165. 166. $carry = method_exists($pipe, $this->method) 167. ? $pipe->{$this->method}(...$parameters) 168. : $pipe(...$parameters); 169. 170. return $this->handleCarry($carry); 171. } catch (Throwable $e) { 172. return $this->handleException($passable, $e); Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in /var/www/html/new_algonz/vendor/laravel/lumen-framework/src/Routing/Pipeline.php call_user_func (line 30) 25. return function ($stack, $pipe) { 26. return function ($passable) use ($stack, $pipe) { 27. try { 28. $slice = parent::carry(); 29. 30. return call_user_func($slice($stack, $pipe), $passable); 31. } catch (Throwable $e) { 32. return $this->handleException($passable, $e); 33. } 34. }; 35. }; Pipeline->Laravel\Lumen\Routing\{closure}(object(Request)) in /var/www/html/new_algonz/app/Http/Middleware/CorsMiddleware.php (line 28) 23. ]; 24. 25. if ($request->isMethod('OPTIONS')) 26. return response()->json('{"method":"OPTIONS"}', 200, $headers); 27. 28. $response = $next($request); 29. if(method_exists($response, 'header')){ 30. foreach($headers as $key => $value) 31. $response->header($key, $value); 32. } 33. in /var/www/html/new_algonz/vendor/illuminate/pipeline/Pipeline.php -> handle (line 167) 162. // since the object we're given was already a fully instantiated object. 163. $parameters = [$passable, $stack]; 164. } 165. 166. $carry = method_exists($pipe, $this->method) 167. ? $pipe->{$this->method}(...$parameters) 168. : $pipe(...$parameters); 169. 170. return $this->handleCarry($carry); 171. } catch (Throwable $e) { 172. return $this->handleException($passable, $e); Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in /var/www/html/new_algonz/vendor/laravel/lumen-framework/src/Routing/Pipeline.php call_user_func (line 30) 25. return function ($stack, $pipe) { 26. return function ($passable) use ($stack, $pipe) { 27. try { 28. $slice = parent::carry(); 29. 30. return call_user_func($slice($stack, $pipe), $passable); 31. } catch (Throwable $e) { 32. return $this->handleException($passable, $e); 33. } 34. }; 35. }; in /var/www/html/new_algonz/vendor/illuminate/pipeline/Pipeline.php -> Laravel\Lumen\Routing\{closure} (line 103) 98. { 99. $pipeline = array_reduce( 100. array_reverse($this->pipes()), $this->carry(), $this->prepareDestination($destination) 101. ); 102. 103. return $pipeline($this->passable); 104. } 105. 106. /** 107. * Run the pipeline and return the result. 108. * in /var/www/html/new_algonz/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php -> then (line 423) 418. { 419. if (count($middleware) > 0 && ! $this->shouldSkipMiddleware()) { 420. return (new Pipeline($this)) 421. ->send($this->make('request')) 422. ->through($middleware) 423. ->then($then); 424. } 425. 426. return $then($this->make('request')); 427. } 428. in /var/www/html/new_algonz/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 /var/www/html/new_algonz/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 /var/www/html/new_algonz/public/index.php (line 29) 24. | the client's browser allowing them to enjoy the creative 25. | and wonderful application we have prepared for them. 26. | 27. */ 28. 29. $app->run(); 30. STACK TRACE NOTFOUNDHTTPEXCEPTION Symfony\Component\HttpKernel\Exception\NotFoundHttpException: at /var/www/html/new_algonz/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:230 at Laravel\Lumen\Application->handleDispatcherResponse(array(0)) (/var/www/html/new_algonz/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:170) at Laravel\Lumen\Application->Laravel\Lumen\Concerns\{closure}(object(Request)) at call_user_func(object(Closure), object(Request)) (/var/www/html/new_algonz/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:48) at Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure}(object(Request)) (/var/www/html/new_algonz/app/Http/Middleware/LogMiddleware.php:32) at App\Http\Middleware\LogMiddleware->handle(object(Request), object(Closure)) (/var/www/html/new_algonz/vendor/illuminate/pipeline/Pipeline.php:167) at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request)) at call_user_func(object(Closure), object(Request)) (/var/www/html/new_algonz/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:30) at Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure}(object(Request)) (/var/www/html/new_algonz/app/Http/Middleware/CorsMiddleware.php:28) at App\Http\Middleware\CorsMiddleware->handle(object(Request), object(Closure)) (/var/www/html/new_algonz/vendor/illuminate/pipeline/Pipeline.php:167) at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request)) at call_user_func(object(Closure), object(Request)) (/var/www/html/new_algonz/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:30) at Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure}(object(Request)) (/var/www/html/new_algonz/vendor/illuminate/pipeline/Pipeline.php:103) at Illuminate\Pipeline\Pipeline->then(object(Closure)) (/var/www/html/new_algonz/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:423) at Laravel\Lumen\Application->sendThroughPipeline(array('App\\Http\\Middleware\\CorsMiddleware', 'App\\Http\\Middleware\\LogMiddleware'), object(Closure)) (/var/www/html/new_algonz/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:172) at Laravel\Lumen\Application->dispatch(null) (/var/www/html/new_algonz/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:109) at Laravel\Lumen\Application->run() (/var/www/html/new_algonz/public/index.php:29)