Moralis can't connect to Ganache

after running the following command in my linux machine:
./frpc -c frpc.ini

it is showing:

[W] [service.go:128] login to server failed: dial tcp: lookup pqdh3zp4pyei.usemoralis.com on 127.0.0.53:53: no such host
dial tcp: lookup pqdh3zp4pyei.usemoralis.com on 127.0.0.53:53: no such host

my Ganache is running

the server seems to run, maybe something is blocking that connection and it is not able to resolve that domain?

can you ping that domain from terminal?

1 Like

Thanks, it is working now

it may be a local problem with the dns
you should be able to access it directly in the browser too, it works for me

1 Like