-
Notifications
You must be signed in to change notification settings - Fork 669
live reload not working #4312
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
Comments
Same happens with Ionic React. Ionic: Ionic CLI : 6.1.0 (~/.nvm/versions/node/v10.19.0/lib/node_modules/@ionic/cli) Capacitor: Capacitor CLI : 1.5.0 Utility: cordova-res : not installed System: NodeJS : v10.19.0 (~/.nvm/versions/node/v10.19.0/bin/node) |
Same here :-( Some days ago it has been working though.
|
In my case it has been no error. I just used the http://localhost:8100 - tab already opened by a previous |
Mhm, the problem reappeared, but persists now :-( Is it possible that structural errors lead to the live reload not working anymore? |
Could be helpful. My Chrome devtools show up the following issues:
But the files are valid json files (at least json lint doesn't complain). |
See this issue for livereload support with the Cordova browser platform: #3043 I'm seeing that everyone is on Linux. Perhaps there's an issue in the file watcher for Linux? |
I solved this issue by running the |
@KMuthusamyms i don't think that's a problem solved. All because it worked in |
Description:
while I am executing my project with
ionic serve
orionic cordova run browser
, live reload doesn't work.My
ionic info
:The text was updated successfully, but these errors were encountered: