Open MichelSc opened 4 months ago
I use
I call Leaf.getRootContainer to get the Container of a Solid Resource.
I get the unexpected error NoncompliantPodError "No link header present in request." in the check if the parent of my resource is a Container.
Error is thrown from @ldo/solid/src/requester/requests/checkRootContainer.ts#L43:
Which is right? Ldo or community-server?
The community server is correct. I will fix this momentarily.
I use
I call Leaf.getRootContainer to get the Container of a Solid Resource.
I get the unexpected error NoncompliantPodError "No link header present in request." in the check if the parent of my resource is a Container.
Error is thrown from @ldo/solid/src/requester/requests/checkRootContainer.ts#L43:
Which is right? Ldo or community-server?