live server not updating
hi all, using opensaas.sh repo with wasp. got everything working great but the only issue i have is my live server doesnt update, if I mess with files such as .wasp and or src/client files and go to save them the live server won't update. if i want to see changes i have to re-do 'wasp start' after closing my vscode out. anyway to fix this?
5 Replies
Which Wasp version are you using? Are you using Windows with WSL? 🙂
yes windows with WSL, version 0.12.0
is there something i should type in wsl terminal in order to it to live-reload
from what ive found this maybe the reason?
Yep. I think so too, did you try doing that?
I just opened an issue for this: https://github.com/wasp-lang/open-saas/issues/81 -> I think we don't mention this in open-saas docs, so people fall into this "trap"
GitHub
In docs, warn WSL users to put code on Linux file system · Issue #8...
I see this being a mistake often. When using WSL on Windows, people don't put their Wasp project code on Linux filesystem but on Windows filesystem, which triggers WSL bug resulting in wasp sta...