I have compiled Qz for windows, linux and mac following the tutorial on your wiki.
I ran into a problem on linux (ubuntu 22.04) that caused my app to not connect to the qz socket. Something that is solved if you visit
https://localhost:8181/ and manually assume the risk.
Googling how to fix this, I came across this thread on github:
https://github.com/qzind/tray/issues/796In that thread someone suggests that the problem could be solved in the most current version So I looked at the version of my qz and saw that it said 2.2.1

Looking at your website (
qz.io) I verified that version 2.2.1 is the unstable version. And looking at github I could see how the unstable version was released in 2021 while the stable version (2.1.6) was released in March 2022.


In short: I want to fix the socket issue, which is probably fixed in the newer version of qz. However, when compiling with your tutorial, a 2021 version is compiled, which also (according to your website) may be unstable.
Can you help me?
Thanks.