Experiencing a bug in the CMS (using the good ole Editor). I have here a collection I made a while ago that hasn’t been populated with any entries since creation as I’ve yet to finalize the data structure I’d like. Anyway… each entry requires a Member Id (referenced to Members/PublicData collection created by Wix) in order to connect a user to their vote. However, I went into the Editor to work on the collection when I noticed the “Public Data” Members collection is missing from the reference list. It was there before, and even when I manually add an entry into the collection, I can select a user from the referenced collection.
The issue is that I’d like to connect this field to a different collection (Members/PrivateData) which is also missing. So what am I missing?
// Accessing the memberId property, revealing it is not connected to a collection and will not save the settings
// Top of collection list
// Bottom of collection list. All collections created by Wix are not available for reference (such as Badges, Coupons, etc.)