Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inform users about Wasp not doing hot reloading when run on WSL on Windows file system #1857

Open
Martinsos opened this issue Mar 6, 2024 · 0 comments
Labels
dx enhancement New feature or request

Comments

@Martinsos
Copy link
Member

Hot reloading won't work on WSL if your project is on the Windows file system, instead of the Linux file system. SO it should be on the Linux file system. This is an issue in WSL2, has nothing to do with Wasp actually.
microsoft/WSL#4739

Users coming from Mage or from OpenSaas don't see this, because our warning about this is in the https://wasp-lang.dev/docs/quick-start, at the bottom, which they had no reason to look at.

We need a better way to inform people about this hm. We could possibly detect, in Wasp CLI, that it is being run on a Windows file system, not Linux. And then we inform people about that via warning message.

@Martinsos Martinsos added enhancement New feature or request dx labels Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dx enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant