Code of Conduct: https://github.com/solid/process/blob/main/code-of-conduct.md - Website: https://solidproject.org/ - Repos: https://github.com/solid/
@SharonStrats what works for me is:
Register
button to create a new account on the local PODI was able to put a console.log
into the login()
function in auth_buttons.js and I saw it printed in my browser console when I clicked the Login button after using the above workflow. Remember that when you click Login, a popup HTML window is created, which has its own JS Debug Console. The console.log()
message will appear in console where the Login button occurs, and NOT in the popup window's console.
Maybe this will help. Good luck.
https://localhost:8443/sharontest
for your ID provider. Instead, just click on the upper left button https://localhost:8443
and you will be prompted for username/pw. The /sharontest
might be throwing things off, unless you are in multiuser mode (I'm not an expert at all here, just trying to figure out things myself).
So basically, for local dev, you are in a single-user mode unless you follow the multi-userinstructions here: https://github.com/solid/node-solid-server#running-in-development-environments
But I think the /sharontest
might be the problem in single-user mode.