Open michielbdejong opened 4 years ago
Have redis running on localhost. Then, in one terminal, run:
git clone https://github.com/michielbdejong/solid-app-kit cd solid-app-kit npm install npm run gen-cert npm run build npm start
And in another run:
git clone https://github.com/solid/storage-tests cd storage-tests npm install NODE_TLS_REJECT_UNAUTHORIZED=0 ts-node-dev test/helpers/obtain-auth-headers.ts
You'll see an error:
Login Registration Error: {"error":"invalid_redirect_uri","error_description":"redirect_uris must only contain strings"}
Will look into this tomorrow
Have redis running on localhost. Then, in one terminal, run:
And in another run:
You'll see an error: