You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to use the eleventy dev server behind a reverse proxy, utilising Nginx.
However, the websocket connection, to get notified of changes, always connects to ws://localhost and does not respect the pathPrefix. All other files are served from the pathPrefix path correctly.
What do you think about using the pathPrefix for ws connections as well?
The text was updated successfully, but these errors were encountered:
We want to use the eleventy dev server behind a reverse proxy, utilising Nginx.
However, the websocket connection, to get notified of changes, always connects to
ws://localhost
and does not respect thepathPrefix
. All other files are served from thepathPrefix
path correctly.What do you think about using the pathPrefix for ws connections as well?
The text was updated successfully, but these errors were encountered: