Closed vroomDotClub closed 8 years ago
httpprovider.js:119 OPTIONS http://localhost:8545/ net::ERR_CONNECTION_REFUSED
geth --rpc --rpccorsdomain="http://localhost:8545" -rpcaddr="localhost" --rpcport "8545" "db,eth,net,web3,personal" --rpcapi
8 hours tried everything cant get it to work want to pull my hair out.
FIXED!
run geth with cors="*" as cors does not like IP only it seems.
httpprovider.js:119 OPTIONS http://localhost:8545/ net::ERR_CONNECTION_REFUSED
geth --rpc --rpccorsdomain="http://localhost:8545" -rpcaddr="localhost" --rpcport "8545" "db,eth,net,web3,personal" --rpcapi
8 hours tried everything cant get it to work want to pull my hair out.