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've been trying out the proxy feature to allow seamless integration with my backend hosted locally.
Sadly, I cannot get WS connections to work. Using latest 0.19.0.
When using the proxy in ".nolluprc", the "Connection" header is rewritten from "upgrade" to "close", and my backend rejects it as a websocket protocol violation.
Direct connections do not have this issue.
I am not using HMR or other advanced features, just trying to host the frontend through nollup and not my backend directly...
No update on it. Been a very busy few months life-wise! 😅 Probably would have to replace express-http-proxy with something else or somehow manually take care of it. If anyone has additional information on this or suggestions for other proxies to use, happy to consider.
Hello,
I've been trying out the proxy feature to allow seamless integration with my backend hosted locally.
Sadly, I cannot get WS connections to work. Using latest
0.19.0
.When using the proxy in ".nolluprc", the "Connection" header is rewritten from "upgrade" to "close", and my backend rejects it as a websocket protocol violation.
Direct connections do not have this issue.
I am not using HMR or other advanced features, just trying to host the frontend through nollup and not my backend directly...
Is there extra configuration required in ".nolluprc"? Should I look into
express-http-proxy
options to achieve this?The text was updated successfully, but these errors were encountered: