We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"}
The text was updated successfully, but these errors were encountered:
Will look into this tomorrow
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: