request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException

Hi,

The contact link in the footer isn’t working for me. I see the following error in the var/log/prod.log:

request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: “No route found for “GET /form/Contact”” at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {“exception”:"[object] (Symfony\Component\HttpKernel\Exception\NotFoundHttpException(code: 0): No route found for “GET /form/Contact” at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\Component\Routing\Exception\ResourceNotFoundException(code: 0): No routes found for “/form/Contact/”. at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"}

I actually have the contact form configured in the backend.

When i click the link i see that it is build like https://mywebsite.com/%link%, the correct link isn’t generated.

Does anybody know a solution to this problem?

Please check the basic settings in the settings module. Perhaps the contact form needs to be mapped there.