Live Reload not working on Windows #2067
-
Why does live reloading not work in my H2O Wave app? I am unable to see the changes in the Wave app as I am coding, and I have to restart the app to see the effect. I trying to run this demo app and making some changes in it but whenever i make change to the code. I get this error
i am using the latest h2o-wave Version: 0.26.1 I need to see the changes in the wave ui as i am coding (also i tried it using both vscode and pycharm) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi @MisterArbazzz! Based on the logs you attached, the reloading works fine. The problem is that the app is not able to connect to wave server, which should be running on port |
Beta Was this translation helpful? Give feedback.
Cool. I just found the cause - the newest version of
uvicorn
(0.22.0). So a tmp workaround would be downgrading it (e.g.pip install uvicorn==0.21.1
). Let me know if this works for you as well.In the meantime, I will dig into what's the exact cause and release a new Wave version without necessary workarounds.