Connect proxy with local geth node

Hi,

I am able to connect my local ganache with moralis server using frpc proxy.
but when I try to connect my geth node running on ubuntu ec2 instance, proxy connects to node but moralis server still shows disconnected.

is geth node not supported in frpc proxy? if it is can you please share steps how to do that.

Thanks

Hi,
Not sure if geth would work, you could try to use same frpc config as with ganache and only to change the port if it is the case (close ganache, start geth).

Hi, I tried that but did not work. I used ganache-cli instead of geth, it works with that. so all good for me for now. however it would be good to support geth also.
thanks for reply.