Error 404 Not Found

GET http://intranet.blitzen.de/robots.txt

Exceptions

App\Entity\Users object not found by the @ParamConverter annotation.

  • Exception
  • Logs
  • Stack Trace

Symfony\Component\HttpKernel\Exception\ NotFoundHttpException

in vendor/autoload_runtime.php -> run (line 29)
    require_once('/var/www/inventar/vendor/autoload_runtime.php') in public/index.php (line 5)
    1. <?php
      
      use App\Kernel;
      
      require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
      
      return function (array $context) {
          return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
      };