-
Notifications
You must be signed in to change notification settings - Fork 12
Unable to authenticate. TypeError: token.finally is not a function #3
Comments
What's your Node version? You'll need 8 or up.
Also you'll need your own host and password 😉
|
Thank you. Updating it to node 8 solved the issue. However, I get a different issue.
Do you have a suggestion on how to resolve it? EDIT: I added the line below to the bin/solid-bearer-token file which resolved the issue.
However I run into yet another issue.
Import to note I am running my own solid server, inside a docker machine, and also a client, in another docker machine. I think its giving the localhost response but of course that is not the localhost in the client. I appreciate any help! |
Yes, Node is right to give that warning. Not entirely sure why it is refused, is the server still running? Can you request that file from within a browser? |
Actually, given you have a self-signed cert, you also want to run the server with |
I get a similar error
PS running against solid.community |
@solid-pay Are you sure the Node version that is running the script is the same as the node version you get when doing |
@RubenVerborgh thanks for the quick reply ( solidpay == melvin :) ) I believe im using node 8, I tried from master :
|
Very weird, what does a |
After running the commands,
I get the error,
Any suggestion about what the issue might be?
Thank you!
The text was updated successfully, but these errors were encountered: