Hey,
Is there a bug in the Members/PrivateMembersData” Collection Permissions?
I am unable to allow the site members to read their info.
The permissions are set on Admin only
Thanks,
Benny
Hey,
Is there a bug in the Members/PrivateMembersData” Collection Permissions?
I am unable to allow the site members to read their info.
The permissions are set on Admin only
Thanks,
Benny
It’s not a bug. From security reasons, and to protect other users privacy, the system won’t let you change the permissions for this collection.
If you wish to expose data from this collection, you’ll have to write a backend function with suppress auth.
See:
https://www.wix.com/corvid/reference/wix-data.html#WixDataOptions
Thanks, but in the past it was possible to let “Site Member Autor” to read the content from the database. It still says so in the Wix documantation https://support.wix.com/en/article/corvid-wix-members-privatemembersdata-collection-fields
It worked great untill few days ago.
@benny-glaser Yes we know. Till you wait for a word from wix you can use backend functions as J.D. said. Take a look at an example code: https://www.wix.com/corvid/forum/main/comment/5dfcd9596758960017bead53
@shantanukumar847 Thanks, any estimate on when this will be solved?