I recently downloaded the Felgo live server and the mobile app to use the qml live reload functionality. It runs properly on the desktop, the live server works and I can live reload the qml view to see changes in my application. I am working on a mobile application with Qt Android so I tried using this app to see my changes on my phone rather than compiling, building, and uploading the app to my phone via Qt Creator each time. I tried connecting to the live server via the mobile application but it doesn’t work. I entered the server ID and the direct server ID multiple times on my phone and nothing happened it just says connecting and nothing shows up on the desktop live server and then says failed to connect. Both the mobile phone and desktop are on the same network.
Furthermore, the vscode extension doesn’t seem to work at all. The web live preview for qml through the extension doesn’t work it gets stuck at compiling and doesn’t show anything and the live mobile preview through the extension asks for the dev ID from the mobile application but doesn’t do anything when I enter the id. All of these processes just don’t work and don’t show any errors so I don’t even know where the problem comes from.