Hi,
I’m attempting to get my router code to work and am having no success. The steps I’ve taken:
Added router page “foo”
Added the “foo” page router code below
Navigating to “foo” page with the following button on-click event code:
export function myProfile_click(event, $w) {
WixLocation.to(/foo/Ash);
}
What am I missing??
Here is my configuration:
itayk
June 10, 2018, 9:11am
2
Hi,
I was able to connect a router in a similar way to what you described and it worked.
If it still doesn’t work, please provide details about your site (url, for example) so I can take a deeper look.
Thanks,
Itay Koren
Thanks Itay, here’s the URL:
https://jim07424.wixsite.com/
itayk
June 11, 2018, 2:42pm
4
Hi,
I’m afraid the URL is not full…
There should be something after wixsite.com .
Itay
noahlovell
Split this topic
June 3, 2025, 9:20am
6
A post was split to a new topic: Router works occasionally