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
The typescript example seems to support SDK Client API_URL overwrite using this flag before yarn start command but it does not work.
API_URL
yarn start
I tried to run typescript example over local vocdoni-node but it was connected to STG environment instead.
STG
The text was updated successfully, but these errors were encountered:
The yarn start executes the first example which not support API_URL env variable
https://github.com/vocdoni/vocdoni-sdk/blob/main/examples/typescript/src/index.ts#L48
It can be easily supported by using this function https://github.com/vocdoni/vocdoni-sdk/blob/main/examples/typescript/src/utils/utils.ts#L6
Sorry, something went wrong.
Fix #223
55d0ac7
c1c6fee
selankon
Successfully merging a pull request may close this issue.
Describe the bug
The typescript example seems to support SDK Client
API_URL
overwrite using this flag beforeyarn start
command but it does not work.I tried to run typescript example over local vocdoni-node but it was connected to
STG
environment instead.The text was updated successfully, but these errors were encountered: