Wix.location to a internal page not working? (solved)

I have the following but it doesn’t work. I have copied the SEO link and from the Go to URL page it shows an error 404 page i.e. page does not exist

import wixLocation from “wix-location”;

export function button18_click(event, $w) {
wixLocation.to.to(“/tutorial-6-upload-image”);

console.log(“tutorial-6-upload-image”);
}