-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
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
Allow Access to Geth and Refresh the Page #30
Comments
@DhaneshKothari |
same problem, no appropriate solution found in #26 |
Same. |
I figured out how to solve the issue. The app.js file in ../explorer/app/ contains configuration variables. You simply need to modify the value for GETH_HOSTNAME to your public domain name. Presumably a public IP address would work as well. I'm not sure why this isn't stated in the README file. It looks like its a common issue for people. |
@vderelle Where is this GETH_HOSTNAME variable? Here is app.js file:
|
I have solved it. thank you. |
I had changed in app.js file to my vm public IP but how are you running geth.. |
inpage.js:1 Access to XMLHttpRequest at 'http://0.0.0.0:8889/' from origin 'http://0.0.0.0:8000' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: The value of the 'Access-Control-Allow-Credentials' header in the response is '' which must be 'true' when the request's credentials mode is 'include'. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute. |
Hi,
I'm getting following pop-up when trying to run explorer:
"Allow Access to Geth and Refresh the Page"
What can I do in order to move forward?
Thanks
The text was updated successfully, but these errors were encountered: