I\'m running into some issues trying to guess how to handle URLs with parameters on Symfony+Twig.
I have this route:
try:
<route id="artist.front" path="/artist/{kw}/"> <default key="_controller">App\Web\Controllers\Front::homePage</default> <requirement key="kw">.+</requirement> </route>
And remove the url encoding/decoding.