Routing problems page not found

In my current BS5 mobile project using the latest Wappler version I have problems using routes.
So I made a new black BS5 mobile page to test things out.
I have 3 pages:
index page
home page
country page

the home page is being loaded as the default page
when I add an anchor button to the page and use the Link and select the route this is working when testing the project in the browser.
But, when I use a dynamic event with a mouse click event -> browser -> goto page and use the route this way, the route page is not found
Also I found Wappler is adding strange links by it self:
Screenshot 2021-11-26 at 11.58.53

and this in the browser:
Screenshot 2021-11-26 at 11.59.17

@George
Are you able to reproduce this with a Bootstrap 5 Mobile project?

Dynamic events cannot find the routing page and I have not found a solution yet.