search page didnt work #808
Unanswered
chenxi-Eumenides
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can't use the search page.
when i search anything, no ressult appears.
I reverse Port 1313 to Port 80 by nginx, so i use http://blog.server-url to access server without change hugo port.
but search page console shows:

WebSocket connection to 'ws://blog.server-url:1313/livereload' failed.
it use port 1313 but my firewall reject it.
I don't want to change the port, because port 80 is used by nginx, other ports are not different.
If the address of its request can be changed to ws://blog.server-url/livereload , I guess all the problems are solved.
so whats the way to let it work normally?
Beta Was this translation helpful? Give feedback.
All reactions