Routing Problem

Hey,

i have a problem. I created two dynamic pages with following structure: URL 1: “domain.com/{{param1}}” and URL 2: “domain.com/{{param1}}/{{param2}}”. Internally it works great, but when im trying to copy to URL 1 and paste it into a browser (so the whole app gets reloaded) im getting a 404 error, URL 2 works fine. Does anyone know how i can fix that? I also can see that the url gets redirected to: “domain.com/{{param1}}/” ending with a backslash.

And again this only happens when the app loads, not when i change the route when the app is loaded.

Edit: I found a solution, i dont know why but the Page has still used his old path /search/{{param1}}, i deleted this Page and put all content into a new one, now it works fine

Thanks

1 Like

Glad you found a solution, @SilasCG! Thanks for taking the time to share it with us :slight_smile: