Greetings,
Not sure if this is the right place to ask for help but ....
I'm trying to implement the "build a solid app during lunchtime" tutorial from here - https://solid.inrupt.com/docs/app-on-your-lunch-break
I've reviewed and installed all of the files from the tutorial on my remote hosted Linux server.
When I hit the test app in a Chrome browser I can click the Login button, which launches the popup.html UI listing 4 potential IDPs to choose from (one being a choice to login to my website but ignored that choice... see attached debug doc )
When I click the IDP choice for - "Log in with Solid Community" nothing happens in the browser (same result when clicking all of IDP choices)
Tracing in the browser when clicking an IDP choice shows the calls to -
https://solid.community/.well-known/openid-configuration -and-
https://solid.community/jwks
both return an HTTP 200 with response data.
The browser Console shows the following 2 errors (please see also attached debug doc)-
Error: expected postMessage call for 'storage/getItem' to return a string, but got value null
TypeError: Cannot read property 'importKey' of undefined
Chrome Browser version - Version 68.0.3440.106 (Official Build) (64-bit)
Not sure how to debug this further.
Any assistance/advice is most appreciated.
Thanks !
debug_auth_request.docx