We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thank you for taking the time to write this code.
I have currently set this up on one of my hosts and and am having a hard time connecting..
Current setup.
config..
server { listen 80 default_server; listen [::]:80 default_server; server_name mydomain.com; location / { proxy_pass http://localhost:8000; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade'; proxy_set_header Host $host; proxy_cache_bypass $http_upgrade; } }
I'm able to go to mydomain.com and see the server running.
I have geth installed but do not want to install the full blockchain so im using the --light command..
No matter what command I try the "Allow Access to Geth and Refresh the Page" never goes away..
Example geth commands.
geth --light --rpc --rpcaddr localhost --rpcport 8545 --rpcapi "web3,eth" --rpccorsdomain "http://localhost:8000" geth --light --rpc --rpcaddr localhost --rpcport 8545 --rpcapi "web3,eth" --rpccorsdomain "https://mydomain.com" geth --light --rpc --rpcaddr localhost --rpcport 8545 --rpcapi "web3,eth" --rpccorsdomain "http://mydomain.com" geth --light --rpc --rpcaddr localhost --rpcport 8545 --rpcapi "web3,eth" --rpccorsdomain "http://localhost"
Any thoughts ..
The text was updated successfully, but these errors were encountered:
Additional stuff.. I forgot to look in the web console.. here is some errors..
Geth is running and the App is running..
I also changed in app.config my servers ip, and the servers domain host.. but no luck..
Sorry, something went wrong.
Hi, I had same issue. did you get any solution?
No branches or pull requests
Hi, thank you for taking the time to write this code.
I have currently set this up on one of my hosts and and am having a hard time connecting..
Current setup.
config..
I'm able to go to mydomain.com and see the server running.
I have geth installed but do not want to install the full blockchain so im using the --light command..
No matter what command I try the "Allow Access to Geth and Refresh the Page" never goes away..
Example geth commands.
Any thoughts ..
The text was updated successfully, but these errors were encountered: