SolidOS/solid-panes

Cannot access Sharing panel for inbox

Closed this issue · 2 comments

I tried this with users tic-tac-joe, tic-tac-moe, and example-user .inrupt.net, in all cases I saw

The https://example-user.inrupt.net/inbox/.acl looks like this:

# ACL resource for the profile Inbox

@prefix acl: <http://www.w3.org/ns/auth/acl#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.

<#owner>
    a acl:Authorization;

    acl:agent
        <https://example-user.inrupt.net/profile/card#me>;

    acl:accessTo <./>;
    acl:default <./>;

    acl:mode
        acl:Read, acl:Write, acl:Control.

# Public-appendable but NOT public-readable
<#public>
    a acl:Authorization;

    acl:agentClass foaf:Agent;  # everyone

    acl:accessTo <./>;

    acl:mode acl:Append.

But when I try to access the Sharing pane for /inbox, I see an error in the console:

Screenshot 2019-11-05 11 49 45

Vinnl commented

I think this is a duplicate of #193, right?

It is indeed a duplicate. Closing this issue.