Error in log on product url

Hi all,

Hope somebody can help me with this.

I see an lot of error in the logfile on product url’s. Seems that the URL’s are called without the back slash ‚/‘ at the end of the url. I just can’t find what the source is of these calls.
On the front-end everything works fine and generated no error.

Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://XXXXX.nl/Apple-Yeast-720ml"" at /home/h100525/domains/xxxx.nl/public_html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://XXXXXX.nl/Apple-Yeast-720ml\" at /home/h100525/domains/XXXXX.nl/public_html/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Apple-Yeast-720ml/\". at /home/h100525/domains/XXXXXXXXXXX.nl/public_html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} []

That is not an error. It is just an log entry that tells you that some visitor (bot) wanted to reach that URL, that does not exist.

Ok, clear.

But I want to know why/where/how an visitor/bot gets this url. I don’t like error in the log :wink:

It could be your mistake by linking manually, e.g. a href on a tag, maybe you have changed you SEO url pattern or some bots are not as clever as they should.

Maybe it is a plugin that displays wrong SEO urls… endless possibilities.

Maybe search Google for that URL.