Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#131
  #message: "No route found for "GET http://map-api.isaacbosca.com/""
  #code: 0
  #file: "/app/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 156
  -previous: Symfony\Component\Routing\Exception\NoConfigurationException {#130
    #message: ""
    #code: 0
    #file: "/app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php"
    #line: 181
    trace: {
      /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181 {
        Symfony\Component\Routing\Matcher\CompiledUrlMatcher->doMatch(string $pathinfo, array &$allow = [], array &$allowSchemes = []): array …
        › if ('/' === $pathinfo && !$allow && !$allowSchemes) {    throw new NoConfigurationException();}
      }
      /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:38 {
        Symfony\Component\Routing\Matcher\CompiledUrlMatcher->match(string $pathinfo): array …
        › $allow = $allowSchemes = [];if ($ret = $this->doMatch($pathinfo, $allow, $allowSchemes)) {    return $ret;
        arguments: {
          $pathinfo: "/"
          &$allow: []
          &$allowSchemes: []
        }
      }
      /app/vendor/symfony/routing/Matcher/UrlMatcher.php:90 {
        Symfony\Component\Routing\Matcher\UrlMatcher->matchRequest(Request $request): array …
        › 
        › $ret = $this->match($request->getPathInfo());arguments: {
          $pathinfo: "/"
        }
      }
      /app/vendor/symfony/routing/Router.php:188 {
        Symfony\Component\Routing\Router->matchRequest(Request $request): array …
        › 
        ›     return $matcher->matchRequest($request);}
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#7 …}
        }
      }
      /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
        Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
        › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#7 …}
        }
      }
      /app/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
        Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241} …
        ›     }    ($closure = $listener(...))(...$args);};
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#106 …}
          ...: {
            "kernel.request"
            Symfony\Component\EventDispatcher\EventDispatcher {#49 …}
          }
        }
      }
      /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          Symfony\Component\HttpKernel\Event\RequestEvent {#106 …}
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#49 …}
        }
      }
      /app/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: array:11 [ …11]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#106 …}
        }
      }
      /app/vendor/symfony/http-kernel/HttpKernel.php:159 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#106 …}
          $eventName: "kernel.request"
        }
      }
      /app/vendor/symfony/http-kernel/HttpKernel.php:76 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
        › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#7 …}
          $type: 1
        }
      }
      /app/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#7 …}
          $type: 1
          $catch: true
        }
      }
      /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#7 …}
        }
      }
      /app/vendor/autoload_runtime.php:32 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /app/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/app/vendor/autoload_runtime.php"
        }
      }
    }
  }
  -statusCode: 404
  -headers: []
  trace: {
    /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /app/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
      Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241} …
      ›     }    ($closure = $listener(...))(...$args);};
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#106 …}
        ...: {
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#49 …}
        }
      }
    }
    /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        Symfony\Component\HttpKernel\Event\RequestEvent {#106 …}
        "kernel.request"
        Symfony\Component\EventDispatcher\EventDispatcher {#49 …}
      }
    }
    /app/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: array:11 [ …11]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#106 …}
      }
    }
    /app/vendor/symfony/http-kernel/HttpKernel.php:159 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#106 …}
        $eventName: "kernel.request"
      }
    }
    /app/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#7 …}
        $type: 1
      }
    }
    /app/vendor/symfony/http-kernel/Kernel.php:191 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#7 …}
        $type: 1
        $catch: true
      }
    }
    /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#7 …}
      }
    }
    /app/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /app/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/app/vendor/autoload_runtime.php"
      }
    }
  }
}