-
Notifications
You must be signed in to change notification settings - Fork 18
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
Problem with loging into account with web browser "Login error" #41
Comments
Hi! Try to set |
It is working, thanks! |
I've also tried to use the wallet with docker images created according to iroha's documentation, so I've typed:
Then I've run the wallet:
Finally I've used grpcwebproxy manually: |
All steps I've done in clean newest Kubuntu 19.10 with all updates (Kubuntu installed only to run wallet, no more programs installed):
Then I tried to run docker:
sudo docker-compose -f docker/docker-compose.yaml up
but I've received error:
ERROR: Service 'grpcwebproxy' failed to build: The command '/bin/sh -c dep ensure' returned a non-zero code: 2
which I've solved with:
sudo apt-get install libgrpc6 golang-grpc-gateway golang-github-grpc-ecosystem-go-grpc-prometheus-dev -y
, because after that the docker's command run succesfully.While previous command was running in one console tab, I've done in next tab:
After that I installed yarn as described here:
https://stackoverflow.com/a/47680012
then I prepared environment and run service with success:
After that I've seen URL address: localhost:8080, so I've entered the URL filling all fields with:
username: admin@iroha
key: 0f0ce16d2afbb8eca23c7d8c2724f0c257a800ee2bbd54688cec6b898e3f7e33
(taken from iroha-wallet-js$ cat scripts/[email protected]
Node IP: localhost
After pressing the LOGIN button message "Login error" was displayed.
So how can I log in?
It is similar closed issue, but without answer: #29
The text was updated successfully, but these errors were encountered: