o-development / ldo

Monorepo for Linked Data Objects (ldo)
MIT License
30 stars 6 forks source link

NoncompliantPodError "No link header present in request." in Leaf.getRootContainer #54

Open MichelSc opened 4 months ago

MichelSc commented 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?

jaxoncreed commented 3 weeks ago

The community server is correct. I will fix this momentarily.