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

node-client: bassetUrl requires a protocol (I guess) #85

Open
jaller94 opened this issue Dec 16, 2019 · 0 comments
Open

node-client: bassetUrl requires a protocol (I guess) #85

jaller94 opened this issue Dec 16, 2019 · 0 comments

Comments

@jaller94
Copy link

jaller94 commented Dec 16, 2019

The page https://basset.io/docs/node-client suggests the value basset.domain.ltd for bassetUrl. However, without the protocol, the following error occurs.

Error: Invalid URI "app.basset.io/build/start"

The code in https://github.com/basset/node-client/blob/d132977d46ee2de8e262ee2ce1243e1567529949/lib/client.js#L40 does not seem to guess the protocol, so I guess the protocol has to be included like

export BASSET_APP_URL=https://app.basset.io
@jaller94 jaller94 changed the title BASSET_URL requires a protocol (I guess) node-client: BASSET_URL requires a protocol (I guess) Dec 16, 2019
@jaller94 jaller94 changed the title node-client: BASSET_URL requires a protocol (I guess) node-client: bassetUrl requires a protocol (I guess) Dec 16, 2019
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