Replies: 2 comments 1 reply
-
OK, the issue seems to be with some of our other express middleware. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I still cannot get any of the breakpoints to hit. This never logs anything: proxyReq: (proxyReq, req, res) => {
console.log('proxyReq');
}, |
Beta Was this translation helpful? Give feedback.
1 reply
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 need some help getting a basic POST example to work. GET seems to work fine.
Basically I can't see the middleware doing anything and the route never responds.
When I set a breakpoint on any of the handlers (see debugger statements below) they are never called. The only breakpoint I reach is in
pathRewrite()
.env.DEBUG is set to
http-proxy-middleware*
and no messages are displayed except:Beta Was this translation helpful? Give feedback.
All reactions