RafalWilinski / express-status-monitor

🚀 Realtime Monitoring solution for Node.js/Express.js apps, inspired by status.github.com, sponsored by https://dynobase.dev
https://dynobase.dev/
MIT License
3.59k stars 253 forks source link

Not working when running as root on a raspberry pi #207

Open VittorioAccomazzi opened 1 year ago

VittorioAccomazzi commented 1 year ago

I love this package and I always used in my applications. However I recently ran into a problem: while developing an application on my mac and my raspberry pi on port 8080 the package worked properly. Afterwards I deployed the application in a raspberry pi on port 80 as root. At that point the package doesn't display anything at all as shown below: Screen Shot 2023-03-27 at 7 13 03 PM You can notice from the picture that I'm using an ssh tunnel, but that should not cause any problem, I have used extensively in the past.

Can you please suggest how can I get it to work ? is it perhaps an issue of permission ?