Server - proxy - bypass rules #10883
sla100
started this conversation in
Show and tell
Replies: 1 comment
-
there is a PR about this question... |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems to me that there is something wrong in
bypass
implemetation:vite/packages/vite/src/node/server/middlewares/proxy.ts
Lines 118 to 132 in 9c808cd
bypassResult
are lost. Meybereturn
at line 127 are wrong?false
theres.end
at line 130 raise an error:true
proxy has been used but type definitions do not allowtrue
orboolean
value:vite/packages/vite/src/node/server/middlewares/proxy.ts
Lines 25 to 29 in 9c808cd
Beta Was this translation helpful? Give feedback.
All reactions