You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nabilmahat happy to hear that you have solved this issue👍
indeed, there is a bug in v1.3.5, flags should have higher prority. It has been sovledin #2060, and contained in v1.3.6
System information
Geth version:
Geth/v1.3.5-fe928d47-20231208
OS & Version: linux-amd64
Commit hash : (if
develop
)Expected behaviour
should be able to call web3 client from postman
Actual behaviour
only be able to call web3 client from local
Steps to reproduce the behaviour
Command to run geth
/home/ubuntu/geth --config /home/ubuntu/config.toml --datadir /home/ubuntu/node --http --http.addr "0.0.0.0" --http.port 8545 --http.vhosts=* --http.api eth,net,web3,admin,debug --cache 8000 --rpc.allow-unprotected-txs --history.transactions 0 --maxpeers 24
localhost
instance ip
The text was updated successfully, but these errors were encountered: