Submit won't submit data on first attempt

Hi,

When a user custom signs up (as a Wix User), once successful, the website auto-navigates to another submission form. This submission form does not work on the first attempt - as in, the Submit button does nothing. The user has to leave the page and go back to the submission form manually, and from then on the form submits and updates as expected.

I have no idea how to get this right. I use the following code to navigate from the Lightbox to the submission form:
export function registrationForm1_wixFormSubmitted ( ) {
wixLocation . to ( “/account/player-profile” );
}

Is it that player profile page is not loading properly on this auto-navigation, or what else could it be?