Open
Description
While looking at #862, I discovered that I have Unauthorized written in as only text when I try to login from localhost:8443
What I did:
npm run solid init
NODE_TLS_REJECT_UNAUTHORIZED=0 npm run solid start --no-reject-unauthorized
- Create an account
- Click on the login button on the Solid Home
- Click on
Login with localhost:8443
I'm running on node 8.12.0 through nvm and I already accessed that login page from the modal. I have no idea what changed since then.
After further investigations:
- When I open localhost:8443 in incognito mode, the login page appears
- When I remove solid-auth-client key from the Local Storage, I can login from the same browser
Activity