steven-borruso
steven-borruso
This is probably my fault since just realized I didn't implement all of the steps from the tutorial ... duh ... assumed I could login with what I had implemented...
Thanks Ruben ... I refreshed all files from solid/profile-viewer-tutorial in git onto my server but still run into the same browser console errors when I click an IDP in the...
For what it's worth, I mapped the browser console errors to code snippets in solid-auth-client-bundle.js where the errors occur - [debug_auth_login_error_mapping.docx](https://github.com/solid/profile-viewer-tutorial/files/2447244/debug_auth_login_error_mapping.docx) Will try running with a formatted version of solid-auth-client-bundle.js...
Expanded the auth client javascript code in popup.html (similar if not the same code as in solid-client-bundle.js) where the errors actually occur and tried to trace when errors happen ......
Still seeing "importKey" property issue ... I replaced my versions of **solid-auth-client.bundle.js** and **popup.html** with versions found at these locations (sited above) - https://solid.github.io/solid-auth-client/dist/solid-auth-client.bundle.js https://solid.github.io/solid-auth-client/dist/popup.html No longer see the original...
Found the "problem" ... my bad ... wasn't hitting my sample app site url with https ... was using http ... seems to be working ... can login now ......