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

LiveReload not functional on fresh install #34

Closed
BiffBish opened this issue Mar 26, 2022 · 7 comments
Closed

LiveReload not functional on fresh install #34

BiffBish opened this issue Mar 26, 2022 · 7 comments

Comments

@BiffBish
Copy link

Im using npm run dev and when it starts running my changes are not auto reloading.

image

@moishinetzer
Copy link
Contributor

Could you please provide more info: setup versions, steps to reproduce, os

I may be wrong but that looks like wsl, do you still have this issue when using cmd or git bash?

@BiffBish
Copy link
Author

I had to use wsl to get everything functional. lots of hours debugging. I just ran npx create-remix --template remix-run/indie-stack and followed all the instructions. it is WSL and was the only solution i have found to work, its WSL Ubuntu-20.04

@brandonpittman
Copy link

I'm on a Mac and having the same issue, the basic template install says it's rebuilding, but I have to manually reload the browser to see anything.

@mcansh
Copy link
Contributor

mcansh commented Apr 1, 2022

is there any output in the browser console?

@brandonpittman
Copy link

This was the issue that caught me:

remix-run/remix#296

@mcansh
Copy link
Contributor

mcansh commented Apr 1, 2022

This was the issue that caught me:

remix-run/remix#296

gotcha, we had a PR that automatically found a new port if it was taken, but the port didn't properly make it to the browser, the next release has another fix for that, which should be out early next week

@machour
Copy link
Collaborator

machour commented Jul 11, 2022

This should be fixed by now, feel free to reopen this issue if it's not the case.

@machour machour closed this as completed Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants