waltid-web-wallet sign-up error #67
Replies: 2 comments 2 replies
-
Hey @leandro-navarro, thanks for reaching out! As the IOTA network changed with the latest protocol upgrade, our did registry with IOTA does not work at the moment. Please refer to our roadmap for upcoming IOTA protocol upgrades |
Beta Was this translation helpful? Give feedback.
-
The error message on the web interface for signup is: In the signup.vue file is related to:
When called on the terminal, I get the same error: which results in this log error in the backend: at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16) |
Beta Was this translation helpful? Give feedback.
-
Hi, I tried running the login-with-iota tutorial.
When installing waltid-web-wallet, in step 4 I had to do: "cd web; yarn dev" [I'm running it in Macos 14, and node v19.9.0]
The server started (Local: http://localhost:3000/ ) and the Login page appeared in the browser. When trying to sign up for a new account I got an error popup window and this message on the backend in every signup try.
ERROR [h3] [unhandled] connect ECONNREFUSED ::1:4545
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1532:16)
Any suggestion? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions