Hello. Your Readme does not say anything about Enterprise Solid Server or PodSpaces. So please close this issue if the error is out of scope.
I filled out the environment variables as instructed
SOLID_REFRESH_TOKEN
SOLID_CLIENT_ID
SOLID_CLIENT_SECRET
SOLID_OIDC_ISSUER
SOLID_REMOTE_BASE
Then I goto login and it looks like there are some missing dependencies.
> login
logging in ...
LOGIN ERROR : Error: Cannot find module '@inrupt/solid-client-authn-node'
Require stack:
- /home/schmudde/.nvm/versions/node/v22.9.0/lib/node_modules/solid-shell/node_modules/solid-node-client/dist/cjs/EssAuthSession.js
- /home/schmudde/.nvm/versions/node/v22.9.0/lib/node_modules/solid-shell/node_modules/solid-node-client/dist/cjs/index.js
- /home/schmudde/.nvm/versions/node/v22.9.0/lib/node_modules/solid-shell/src/sol.run.js
- /home/schmudde/.nvm/versions/node/v22.9.0/lib/node_modules/solid-shell/sol
at Module._resolveFilename (node:internal/modules/cjs/loader:1248:15)
at Module._load (node:internal/modules/cjs/loader:1074:27)
at TracingChannel.traceSync (node:diagnostics_channel:315:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)
at Module.require (node:internal/modules/cjs/loader:1339:12)
at require (node:internal/modules/helpers:135:16)
at Object.<anonymous> (/home/schmudde/.nvm/versions/node/v22.9.0/lib/node_modules/solid-shell/node_modules/solid-node-client/dist/cjs/EssAuthSession.js:122:33)
at Module._compile (node:internal/modules/cjs/loader:1546:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1691:10)
at Module.load (node:internal/modules/cjs/loader:1317:32) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/home/schmudde/.nvm/versions/node/v22.9.0/lib/node_modules/solid-shell/node_modules/solid-node-client/dist/cjs/EssAuthSession.js',
'/home/schmudde/.nvm/versions/node/v22.9.0/lib/node_modules/solid-shell/node_modules/solid-node-client/dist/cjs/index.js',
'/home/schmudde/.nvm/versions/node/v22.9.0/lib/node_modules/solid-shell/src/sol.run.js',
'/home/schmudde/.nvm/versions/node/v22.9.0/lib/node_modules/solid-shell/sol'
]
}
Thanks for the package. It worked fine with solidcommunity.net.
Hello. Your Readme does not say anything about Enterprise Solid Server or PodSpaces. So please close this issue if the error is out of scope.
I filled out the environment variables as instructed
Then I goto login and it looks like there are some missing dependencies.
Thanks for the package. It worked fine with solidcommunity.net.