You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the call stack it looks that errors inside of getWebidFromTokenPayload -> fetchJwks in @inrupt/solid-client-authn-core
Exception has occurred: TypeError: ReadableStream.prototype.pipeTo's first argument must be a WritableStream
at ReadableStream.pipeTo (/home/elf-pavlik/code/solid/sai/sai-js/node_modules/web-streams-ponyfill/dist/polyfill.js:1681:29)
at ReadableStream.pipeThrough (/home/elf-pavlik/code/solid/sai/sai-js/node_modules/web-streams-ponyfill/dist/polyfill.js:1669:26)
at fetchFinale (/home/elf-pavlik/code/solid/sai/sai-js/node_modules/undici/lib/fetch/index.js:973:52)
at mainFetch (/home/elf-pavlik/code/solid/sai/sai-js/node_modules/undici/lib/fetch/index.js:773:5)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Impacted package
Which packages do you think might be impacted by the bug ?
Bug description
This only happens with node 16, pinning node to 18 solves the problem in our case
To Reproduce
@jeswr it might be a bit complicated, but I'm available for a LiveShare session in (VScode) to show it in the debugger using my local setup.
https://github.com/janeirodigital/sai-js
css-storage-fixture
packagedocker run --name sai-redis -p 6379:6379 -d redis
service
package withyarn debug
http://localhost:4200
and Login into the frontendConnect Server
to Login into the backend/serviceExpected result
Solid-OIDC OP should redirect to the backend
Actual result
The backend is not responding so the redirect is pending
Environment
Please run
npx envinfo --system --npmPackages --binaries --npmGlobalPackages --browsers
in your project folder and paste the output here:
Additional information
Looking at the call stack it looks that errors inside of
getWebidFromTokenPayload
->fetchJwks
in@inrupt/solid-client-authn-core
The text was updated successfully, but these errors were encountered: