So I have been digging a little bit more on this since yesterday.
I still have the same “This site can’t be reached” when trying to access the proper url from my internal network. For the server I ran “curl http://localhost:8080” and I can see a magicMirror HTML page so looks like it’s working from the server itself. On the logs, there no message at all, neither on journalctl.
I just checkout the 2.1.2 tag and ran the same test and it works as expected on both the server and the remote browser.
What change between 2.1.2 and 2.1.3 might cause that kind of issue ?
To run my test, I just :
git clone https://github.com/MichMich/MagicMirror.git
cd MagicMirror/
npm install
node serveronly/
And then access http://serverip:8080 from another computer on the same network. As is I should see a message from MagicMirror telling me I dont have access to this (as ipWhiteList is not configured).
2.1.2 OK // 2.1.3 KO (“This site can’t be reached”)
Any help is appreciated.
Thank you