-
Notifications
You must be signed in to change notification settings - Fork 110
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
Dashboard not loading miners on Firefox and Brave; Opera works ? #216
Comments
Sound for me like you have some js blocker like noscript... The dashboard is almost pure js. Make sure you disable js blocking for the dashboard. |
Haven't got a JS blocker as such installed on any browser... However I haven't got any plugins like that installed on Brave. So having issues on Brave surprises me. Anything I can do to work out which bit is not working right? |
Thanks @djfinch |
You're welcome. That's good. At least server sending responses and browser getting them thus ajax works. So we need to figure out why datatables cannot render them... Is something shown inside console? Looks like (as Ben mentioned before) some scripts are blocked. Can you also test the behavior inside 'New Private Window'? |
Ok... While you were responding I poked around a bit more and found in the console that I FF couldn't load a couple of scripts:
I think the reason Opera could load them is because I have opera set-up to use a SOCKS5 proxy. Neither my FF or Brave are using a proxy. Disabling the proxy on Opera makes the list of miners not show in Opera as well. So It's a network issue in my situation. I guess I could download the scripts and host with on the same host where the server runs. Would have to edit the index.html page of course. |
Actually in my case the proxy made it work... :) Thanks for your help... Feel free to close this issue when it suits you. |
When I am loading the dashboard on Opera the miners are shown as expected.
When I load the exact same url for the dashboard on Firefox or Brave browsers, none of the miner details are shown and only "Loading ..." is shown.
What am I doing wrong?
PS: I am not loading index.html :)
Oh and thanks for sharing your work with us. Very much appreciated.
The text was updated successfully, but these errors were encountered: