-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Front end empty page #116
Comments
Do you see anything in the dev console of your browser? Are there any errors on the webserver that is suppose to render the page? |
No errors visible |
Ok sorry, so ember wasn't running... And I get a Stats API Temporarily Down msg on the page. I guess my upstream api isn't properly configured... Could you tell me how to configure nginx properly? |
what does the nginx config look like currently? |
I edited /etc/nginx/sites-available/default upstream api {
} |
if you run build.sh does that get things going? |
I'll try now. |
still the same after build.sh |
I was about to clean install but it seem the go-ethereum repository got edited a few hours ago... package github.com/ethereum/go-ethereum/logger: cannot find package "github.com/ethereum/go-ethereum/logger" in any of: |
It was fixed but |
Everything is up and running fine, I get miners connected and mining but I get an empty front end page with background and footer.
I've been looking at each installation step again and again, even re-done the install but don't find a solution...
Any idea what could be my problem?
Thank you!
The text was updated successfully, but these errors were encountered: