limion

Results 2 comments of limion

Got stuck with this issue in my CRA app. I have changed my `setupProxy.js` to the following and It looks like it's working for me: ``` app.use( '/', createProxyMiddleware('/ws', {...

@torrejonv from my understanding it works like lazy loading. Until you make a request to the route where proxy middleware is registered there will be no "upgrade" handler added to...