I would like to do some GraphQL-LD queries (with solid authentication) in different PODs with the help of the graphql-ld-comunica-solid lib.
Unfortunately it doesn’t work if the RDF file is in a solid POD of solid.community . At the opposite it’s OK with the example explained in graphql-ld-comunica-solid with source e.g: https://ruben.verborgh.org/profile/
Is there something I have missed with GraphQL-LD queries and solid POD ?
Hi,
I receive an http 401 when I do the query to my solid POD.
It seems to be inside ActorRdfDereferenceHttpParseBase.js (@comunica) @rubensworks Is there something to configure in comunica for the authentication ?
solid.auth.login before the query is apparently not enough
FYI I had an issue (401) because I tried to execute Graphql-ld-comunica-solid with nodejs. This lib is using https://github.com/solid/solid-auth-client and only works in browser environments, so undefined behaviour may occur when executing this in Node.js.
Inrupt has planned to work on solid-client-authn-node to help build server-side and console-based apps.
Once it will be done, Ruben will update Comunica to use that lib, so that things will work the same client-side and server-side