In development, both showed different results on masterPage.js. Why
console . log ( wixUsers.currentUser.loggedIn ) - true
console . log ( wixMembers.authentication . loggedIn ()) - false
When preview site in development, the site is logged with the author/owner account. The authentication should have return TRUE for loggedIn() but it didn’t. Why?