Open renyuneyun opened 2 years ago
@renyuneyun It has to be a vcard:Group
, not a foaf:Group
. That's what the ACL system uses. Sorry this wasn't clear from the error message.
Given that you had already selected that you want to add a group, nothing else, then it should have been able to say
Error: Failed to add group to access: `https://ME/friends#group` is not a `vcard:Group`
Thanks very much @timbl . That helps a lot. I got myself confused when trying that and switching between accounts.
I'll change the description of this issue to make the actual thing clear.
I tried this (from the dashboard of mashlib) on both CSS (my own server) and NSS (solidcommunity.net), and this error exists in both cases.
This happens when I try to add something that is not a
vcard:Group
as a group in sharing pane (wherehttps://ME/
is the URL to my user's pod):(or
https://ME/friends
, if pointing to the file.)Steps to reproduce:
vcard:Group
. In my case, I tried bothhttps://ME/friends#group
andhttps://ME/friends
; thefriends
file is a ttl file in Solid (accessible to everyone), containing:group a foaf:Group
and some other relevant information.