Closed michielbdejong closed 8 months ago
dev-server logs:
2024-03-24T10:57:32.441Z [HandlerServerConfigurator] {Primary} info: Received GET request for /alice/public-contacts/index.ttl
2024-03-24T10:57:32.446Z [WebAclReader] {Primary} info: Found applicable ACL document http://localhost:3000/alice/.acl
2024-03-24T10:57:32.450Z [PermissionBasedAuthorizer] {Primary} warn: Unauthenticated agent has no read permissions
And that second line is weird because it should find https://github.com/solid-contrib/data-modules/blob/main/contacts/dev-server/initial-data/alice/public-contacts/index.ttl.acl applicable. Maybe I have an old data dir on my laptop and it's not deploying the fixture?
Ah yes, fixed after npm run pod:clean
and npm run pod:init
!
In the contacts/ folder I tried:
And then in a second window, reading the public contacts failed:
I also see no
public-contacts
folder on http://localhost:3000/alice/ although I do see it in https://github.com/solid-contrib/data-modules/tree/main/contacts/dev-server/initial-data/alice