Skip to content

Conversation

michielbdejong
Copy link
Member

No description provided.

@coveralls
Copy link

coveralls commented Jul 24, 2020

Coverage Status

Coverage decreased (-0.2%) to 83.889% when pulling 5eef470 on update-deps into f8d5379 on master.

@michielbdejong
Copy link
Member Author

michielbdejong commented Jul 24, 2020

Flow is complaining about react-dom in demo/index.js. For now, I replaced the // @flow line there with a FIXME comment. fixed

@michielbdejong
Copy link
Member Author

michielbdejong commented Jul 24, 2020

I also had to skip a few tests, and added FIXME comments there, will look into that. fixed

@michielbdejong
Copy link
Member Author

I'm seeing:
Screenshot 2020-07-28 12 55 10
Can reproduce this by running npx serve in ./dist-popup/.
Investigating.

@michielbdejong
Copy link
Member Author

michielbdejong commented Jul 28, 2020

https://www.npmjs.com/package/preact-compat

Note: This module is for Preact 8.x and prior - Preact X includes compat by default. For Preact X, please uninstall preact-compat and replace your aliases with preact/compat.

Fixed in 927808d.

@michielbdejong
Copy link
Member Author

Screenshot 2020-07-28 13 35 12

The first warning is probably because it checks whether you're already logged in. The second one seems to be oidc-rp trying to access JWKS.importKeys from jose.

@michielbdejong
Copy link
Member Author

michielbdejong commented Jul 28, 2020

Adding a debug statement to src/JWKSet.js in jose, then:

cd ../jose ; npm run dist ; cd ../oidc-rp ; npm run dist ; cd ../solid-auth-client ; npm run build

@michielbdejong
Copy link
Member Author

michielbdejong commented Jul 28, 2020

Fixed in nodeSolidServer/jose@1731c55.
Next error: 500 response on /register

…lock.json ; npm install ; git add package-lock.json
@michielbdejong michielbdejong marked this pull request as ready for review July 30, 2020 10:14
@michielbdejong
Copy link
Member Author

@michielbdejong michielbdejong merged commit 0ef3059 into master Jul 30, 2020
@michielbdejong michielbdejong deleted the update-deps branch July 30, 2020 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants