We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--interface ::1
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
When using zola serve --interface ::1 livereload does not work.
zola serve --interface ::1
Zola version: zola 0.20.0
I'm using NixOS, so this is linux, in case that matters for the IP stack.
Using --interface ::1 should not affect livereload.
When making a change in the source, the page is not reloaded. Reloading the page by hand works correctly.
When loading the page (and it seems like periodically later) an error is printed to the console:
Firefox can’t establish a connection to the server at ws://undefined:1024/livereload. livereload.js:1:36894
http://[::1]:1111
The text was updated successfully, but these errors were encountered:
I've modified code and tested it, it's working fine now. #2869
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Bug Report
When using
zola serve --interface ::1
livereload does not work.Environment
Zola version: zola 0.20.0
I'm using NixOS, so this is linux, in case that matters for the IP stack.
Expected Behavior
Using
--interface ::1
should not affect livereload.Current Behavior
When making a change in the source, the page is not reloaded. Reloading the page by hand works correctly.
When loading the page (and it seems like periodically later) an error is printed to the console:
Step to reproduce
zola serve --interface ::1
http://[::1]:1111
The text was updated successfully, but these errors were encountered: