[SOLVED] Wallet Connection not working

Hello guys, i am trying to connect my metamask to my dapp and it is not connecting, when i check console log it’s showing me this error in the console logs

How do i fix this problem? Someone should help

Have you used the right server URL in your code? That one I see in the screenshot doesn’t seem to be valid (4stgo3byiouu). Can you paste your Moralis server URL here.

okay, this is my dapp url https://xdvfkcojrbwr.usemoralis.com:2053/server

In your app’s code (in Moralis.start or for React in MoralisProvider) you will need to use this dapp URL instead.

Great, thanks i have found it