Troubleshooting
Docker Installations
Windows
If changes to JS files are not being watched or hot reloaded by the host file system, follow these steps:
Clone or move the project into your WSL2 file system.
Create a
.wslconfigfile underC:/Users/<user-name>/with the following content:
[wsl2]
localhostforwarding=true
3. To apply the changes, you may need to shut down the WSL 2 VM by running wsl --shutdown in
the command prompt. Then, restart your WSL instance.
For more detailed information, refer to the wsl settings page.