femto-code / Raspberry-Pi-Dashboard

Web-App Dashboard to monitor Raspberry Pi hardware and software status. Nothing more than Webserver + PHP required.
GNU General Public License v3.0
260 stars 26 forks source link

Broken dashboard page #47

Closed C0rupted closed 1 year ago

C0rupted commented 1 year ago

So, I followed all the information in the readme, however, when going through the setup and then accessing the dashboard, it seems kind of broken. To go with that I have a warning from my browser saying connection error. Help would be much appreciated.

image

C0rupted commented 1 year ago

After looking at other issues, I found that you ask for what /backend/sys_infos.php returns, to avoid extra hassle here is what I get:

{"auth":"false"}

I have reinstalled the repository many times yet I am still facing the issue. I'm using PHP 7.3 and the apache2 web server.

femto-code commented 1 year ago

Thanks for submitting this issue, I will get back to you asap!

femto-code commented 1 year ago

Can you please share the console output? You can access it by pressing F12 or opening Dev tools and switching to console tab. Thanks!

C0rupted commented 1 year ago

Here is the output of the console: image

C0rupted commented 1 year ago

After some digging, I found it was a problem with the firewall on my device. On other devices, it works fine, later I fixed the firewall as well. Thanks for the help!

femto-code commented 1 year ago

Thanks for sharing the solution, I wonder how this can be affected by a firewall.

Btw stay tuned, there will be a new update for the dashboard soon!