( ! ) Fatal error: Uncaught Symfony\Component\Routing\Exception\ResourceNotFoundException: No routes found for "/asdf". in /var/www/dynamic/courses.devroc.nl/vendor/symfony/routing/Matcher/UrlMatcher.php on line 82
( ! ) Symfony\Component\Routing\Exception\ResourceNotFoundException: No routes found for "/asdf". in /var/www/dynamic/courses.devroc.nl/vendor/symfony/routing/Matcher/UrlMatcher.php on line 82
Call Stack
#TimeMemoryFunctionLocation
10.0001356744{main}( ).../index.php:0
20.0010389296Canvas\FrontendFramework\Router->match( $request = class Symfony\Component\HttpFoundation\Request { public Symfony\Component\HttpFoundation\ParameterBag $attributes = class Symfony\Component\HttpFoundation\ParameterBag { protected array $parameters = [...] }; public Symfony\Component\HttpFoundation\InputBag $request = class Symfony\Component\HttpFoundation\InputBag { protected array $parameters = [...] }; public Symfony\Component\HttpFoundation\InputBag $query = class Symfony\Component\HttpFoundation\InputBag { protected array $parameters = [...] }; public Symfony\Component\HttpFoundation\ServerBag $server = class Symfony\Component\HttpFoundation\ServerBag { protected array $parameters = [...] }; public Symfony\Component\HttpFoundation\FileBag $files = class Symfony\Component\HttpFoundation\FileBag { protected array $parameters = [...] }; public Symfony\Component\HttpFoundation\InputBag $cookies = class Symfony\Component\HttpFoundation\InputBag { protected array $parameters = [...] }; public Symfony\Component\HttpFoundation\HeaderBag $headers = class Symfony\Component\HttpFoundation\HeaderBag { protected array $headers = [...]; protected array $cacheControl = [...] }; protected $content = NULL; protected ?array $languages = NULL; protected ?array $charsets = NULL; protected ?array $encodings = NULL; protected ?array $acceptableContentTypes = NULL; protected ?string $pathInfo = '/asdf'; protected ?string $requestUri = '/asdf'; protected ?string $baseUrl = ''; protected ?string $basePath = NULL; protected ?string $method = 'GET'; protected ?string $format = NULL; protected Symfony\Component\HttpFoundation\Session\SessionInterface|Closure|null $session = NULL; protected ?string $locale = NULL; protected string $defaultLocale = 'en'; private ?string $preferredFormat = NULL; private bool $isHostValid = TRUE; private bool $isForwardedValid = TRUE; private bool $isSafeContentPreferred = *uninitialized*; private array $trustedValuesCache = []; private bool $isIisRewrite = FALSE } ).../index.php:23
30.0013391016Symfony\Component\Routing\Matcher\UrlMatcher->match( $pathinfo = '/asdf' ).../Router.php:119