[SOLVED] Create cryto wallet

Hi all,

I’m a newbie moralis, I trying to create a crypto wallet, I used this video https://www.youtube.com/watch?v=zd0pBsmJI8s and source code from https://github.com/ChrisMoralis/Moralis-Tutorials/tree/main/05%20Creating%20A%20Web%20Wallet%20-%20part%201
but I can not login, metamask already connected to 127.0.0.1:5501, but got error when authenticate.

please tell me know how to fix or share me any examples to create a crypto wallet. thank you for any responses

what is the error that you get?

the error is “connection failed”

what url it tried to access when you got that connection failed error?

the error is thrown
Error: XMLHttpRequest failed: {}
at handleError (moralis.js:24103)

did you set your moralis Server URL and app id?

after my account on metamask connected to 127.0.0.1:5500, I signed in from metamask as the same guide from video. and I got above error

did you modify these lines with your Moralis server info?

1 Like

thank you so much for your support, I didn’t provide these inform.

1 Like