I have this exact same issue on a very, very basic site I am trying out an idea - but I cannot get the above code to work. The code is installed on all pages:
$w . onReady ( function () {
import wixUsers from ‘wix-users’ ;
import wixLocation from ‘wix-location’ ;
wixUsers . onLogin (( user ) => {
wixLocation . to ( "https://nicormerod.wixsite.com/member-form-test/account/blank-2" );
});
Any input would be greatly received.