Another annoying problem

Okay so I wanted to create a review page (I mean I DID create a review page) for my website. And I created a collection with one column referencing to the wix private members collection (which I think is what caused the problem).
So after creating the collection and the page and everything, the repeater of reviews only shows if the user is logged in.
If the logged in user role is an admin everything will be fine


When an admin is logged in, it aggregates the collection and everything goes well


When a user is not logged in, the total number of items in a collection will be zero which messes up the math in the code and gets infinity and then the repeater doesn’t even show


When a member is logged in (I’m logged in as tiktok), it aggregates the collection correctly and everything is going well until the repeater only shows the current user owners details and others are “hidden” from the current user if you’re not the owner

I tried setting the permission to “anyone” in literally all the options even “Who can delete content from this collection” but still the same.
But I can’t set the members collection permissions I think that’s where this error is lol

Please help if you can <3

DJ bon26

As you mentioned, referencing the Private Member data collection is problematic in that scenario since it has a preconfigured set of permissions that cannot be modified.
Admin - Able to read everything
Member - Able to read his own item
Guest - No access

Therefore, consider removing the reference to the collection and instead have the Reviewer information directly in the Review collection, which can be set to allow read access to guests.

Thanks for the ideaa I guess I have no choice haha :smiley:

Sorry for answering late I went for vacation haha

Happy new yearrr

dj bon26