Skip to content
New issue

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

redirect_uri seems to be null in registration #2

Open
michielbdejong opened this issue Jul 15, 2020 · 1 comment
Open

redirect_uri seems to be null in registration #2

michielbdejong opened this issue Jul 15, 2020 · 1 comment

Comments

@michielbdejong
Copy link
Collaborator

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"}
@michielbdejong
Copy link
Collaborator Author

Will look into this tomorrow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant