I have 4 pages in my website and all of the pages can only be accessed site members (logged in members). So i checked my site with my admin account, it worked perfectly. When i switch to a normal site member account, it shows “You don’t have permissions to access this page”.
I checked whether the user is logged in or not using console.log(wixUsers.currentUser.loggedIn), it shows true. But still it shows the above error message.
You can clearly see from the console tab that the user is currently logged in…
And i have also set permission to all the site members…
But still the error message pops up. Please help me, its been a week and couldn’t solve this problem. I have contacted the support team too, but no response from them.