Help with page redirect!

But the register works ?

Take this code and see what the console log say:


  wixUsers.register($w('#email').value, $w('#password').value, {          "contactInfo": {  
    "firstName": $w('#firstName').value,  
    "lastName": $w('#lastName').value,  
    "emails": emails,  
    "labels": labels,  
    "age": Number($w('#age').value)           
  }             
}).then(result => {
  console.log(result.status);
  wixLocation.to("/home");
  })      
}); 

PS: Dont forget to delet all this extra Hastags-Variable here that Wix-Forum do. Just stupid that happen even in the Code-Section. Please Fix Wix-Team