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
I use an internally built in reverse proxy to create custom tlds for developments, such as website.local over (locally) authorized https for good measure.
Everything is working fine except the reloading features.
I am assuming this has to do with the websocket server, since my reverse proxy doesn't support the websocket protocol.
With other setups such as Vite, I simply set the websocket server through a config directly over localhost, so my reverse proxy doesn't try to handle it.
Can I do something similar with eleventy?
Reproduction steps
Go to '...'
Click on '....'
Scroll down to '....'
See an error
Expected behavior
No response
Reproduction URL
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered:
Per additional guidance offered via the Vite docs: https://vite.dev/config/server-options#server-hmr I’ve added a reloadPort option to the Dev Server in upcoming v2.0.7. This allows you to run the websocket server through a separate port from the primary web server.
Operating system
Linux
Eleventy
2.0.1
Describe the bug
I use an internally built in reverse proxy to create custom tlds for developments, such as
website.local
over (locally) authorized https for good measure.This is my server options:
Everything is working fine except the reloading features.
I am assuming this has to do with the websocket server, since my reverse proxy doesn't support the websocket protocol.
With other setups such as Vite, I simply set the websocket server through a config directly over localhost, so my reverse proxy doesn't try to handle it.
Can I do something similar with eleventy?
Reproduction steps
Expected behavior
No response
Reproduction URL
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: