Jenda
Results
2
comments of
Jenda
Have you checked what comes into `parse` method from `document.location.pathname`. Your root is equivalent to `/` so your path should also start with slash. Try `/acount`.
we are using similar doubled route for similar case ':language:/blog/post/{id}' and '/blog/post/{id}' where both triggers same target. But be prepared for shuffled arguments.