BUG: API - wixUsersLoginPrompt NO LONGER WORKS!

Site: CosworthVega.com
API: https://www.wix.com/code/reference/wix-users.html#promptLogin

I have a custom login that was built months ago, part of which uses the Wix API shown below. Yesterday around noon time, it stopped working. I have not touched the code. Thinking it was an anomaly, I reverted to a saved version on Nov 2nd. Problem persists. I put in console.log debug statements to see what was happening… At the point it should be redirecting to the Wix Login page that function DOES NOT FIRE!

I talked to a Wix consultant that has written other custom logins and he confirmed that he had another site he wrote, that did the same thing yesterday.,.i.i… stopped working

This is a WixCode Bug that was introduced yesterdary around noon time EST.

PLEASE ALERT THAT TEAM IMMEDIATELY as my site is unable to let users login once they logout!

1 Like

I’m not aware of any issues, but I sent a notification to QA to check on this.

1 Like

Yisrael, Thanks for the quick response. If you don’t mind please give the code a once-over. It is on a dyanmic page named “Member-Audit-Pages” wihich is also SITE CODE.

As a workaround, I have HIDDEN the LOGIN/LOGOUT button. When a user accesses a protected page WIx throws up login, they get in then site code shows Logged In As: name and Dashboard link, which works fine… So, there is no actual LOGOUT except clearing cookies…

Hi,
Can you switch it back so we can check the error?
We are awaiting your response.

1 Like

Done, give it ago with deveoper tools enabled…


Please describe what is wrong there.

This IS the replacement SignUP page for someone who has no member account. What you SHOULD be seeing here is the Wix Login Page… We just added the Already Have An Account in order to manually code a login using wixUsersLogin API since orig is not working…

Our new button is not working either… seems this whole subsystem is broken…

OK. I have my workiaround in place and it IS now working as expected.
However, this still needs to be investigated…

I just now saw this new post:

Similar issue… the PROMPT stuff seems to be broken.

1 Like

Is this still being investigated? My workaround is only a temporary solution as it will not handle the SignUp process nor the Forgotten Password process!

If you go to a backup copy created nov 2nd, it does not havm y workaround code. You can see the abnormal behavior. You SHOULD get the default Wix Login if you are NOT logged in and click on the login button.

https://jds-cvoa.wixsite.com/website-24

One other piece of information that may or may not have anything to do with this, Yesterday morning I added the Wix Chat app to my site. It was after then that when I logged out and tried to log back in that I never got the default wix login page. I do have a custom membership area and DO NOT WANT the new wix membership area implemented. Is it possible that Wix Chat relies on that and somehow broke it?

Yisrael, can you please take a look at an unrelated issue: https://www.wix.com/code/home/forum/community-discussion/error-unable-to-load-initial-data

Thanks
JD

I have exactly the same issue as @cwvega76 , but I yet have to code my fallback solution… :frowning:

Any news @yisrael-wix ?

Thanks

I have added the Forgotten password code to my custom login page and all is working now.

However, I WOULD like to know if this has indeed been verified as a bug caused by adding Wix Chat and turning on member/member chat option.