I have a button with uses wix code to prompt login and I have also put the standard login bar.
NONE of them lets the user log in! When you click on them, the sign-up lightbox appears no matter what. Try it yourself.
I hope you can fix this ASAP. There must be other users experiencing this.
Sure, here is the code, but please note that the standard member login bar created by WIX doesn’t work either, so it must be a general issue. Also it worked fine last week.
// For full API documentation, including code examples, visit Velo API Reference - Wix.com import wixUsers from ‘wix-users’; import wixLocation from ‘wix-location’; import wixWindow from ‘wix-window’; import wixData from ‘wix-data’;
Hi I have the same problem I asked about it last week and had no response. The only work around I could find was to send the user to a members only page which will then prompt the login.
export function Login() {
wixLocation.to(‘/club-news-1’)
}
and then if you wanted you could send them to another page on login.
Hi @mikrokogebogen ,
I’ve accessed your editor and couldn’t find your Members collection. Have you followed the instructions of creating your own members area as explained here ?