FullData Collection not displaying any data on live site

I am using Wix Studio and have a Repeater that is connected to the FullData collection of the WixMembers collection. For some reason, certain fields will not display on the live site. When I conect text fields to Last Name, First Name, and Email in order to display a list of members, those text fields remain blank. If I switch to other fields such as Nickname, Privacy Status, or ID, those fields will display the text.

I have tried adjusting the permission settings, changing elements in the repeater, and all of the different fields in the FullData Collection, but the fields I’m interested just show up blank. I have noticed there is a span with the class “wixGuard” on the

that contains the data, perhaps this is to guard against any type of user fraud? The site is still in production, so perhaps it is because I haven’t connected a custom domain yet?

Just looking to get an answer so I know how to proceed. If I need to ignore it for now, and once I’m ready to connect a custom domain it will work, that’s fine.

Occurred to me after I posted this, that I hadn’t tried logging the repeater text to the console. It also shows up blank in the console.

Looking at the permissions of the collection that are outlined in the docs, it’s most likely to be because the collection permissions are Admin only, meaning normal site visitors won’t be able to see this data if connected via a dataset.

Docs here - https://www.wix.com/velo/reference/wix-members-backend/"fulldata"-collection-fields

Screenshot 2024-05-17 at 19.26.46