"The connection was reset" (Debian 10)

Everything seemed to be working before, though as when I installed Jellyfin it suddenly seemed to have stopped working and gave me this response message on Firefox:

“ERR_EMPTY_RESPONSE” on Chromium

And “Empty reply from server” on cURL.

Can anyone debug this for me?

Edit: I’ve already tried rebooting the machine and restarting the daemon from supervisorctl, just a FYI.

Try these: Megathread for MineOS webui issues

Based on your ERR_EMPTY_RESPONSE I have to imagine that the possibilities lie in:

  1. npm install had error output, (some modules did not compile, e.g., userid) and the webui is not working properly. re-run npm install and review the output.

  2. what’s in /var/log/mineos.log?

1 Like

Sorry Hexparrot, it seems that I was just stupid enough to not append “https://” when I connect to the webserver. Everything works now, I just forgot to type https:// instead of http://