Private Members Data - help

Up until this morning everything was working fine. Now it is not. I had a few text elements connected to my Private Members Database (provided by Wix). The elements would be connected without a filter and would display the information pertaining to the current user. Now the db seems to be acting like a regular collection because the latest site member to sign up has their information displayed. Why did it change? If this was an update please change it back and if not please help me code this. How can I display the users current email, Full name, and other elements from the db?

I am having the exact same problem. Did you ever find a solution? Not sure why in the world a member page with a privatememberdatabase would show a new member instead of the current member.

Why not just create a members area with their own profile page?
https://support.wix.com/en/article/corvid-tutorial-building-your-own-members-area

Hey, go to settings of the dataset on the editor page and set to Read and Write. Then scroll down a little further to “filters”. Add filter and then in the “field” name click arrow and scroll down the list until you get to Owner. Click on “Owner”, leave “condition” as “is”, and “User” should say “logged-in user” . Click “add filter” to save the settings. Now publish site and the front end should only show logged-in user details only.
Hope this helps