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
Using web.proxy with the cli breaks all requests. It just redirects every request to the proxy.
A quick git blame lead me to this: ebdb98b.
After this commit the axum route is /*path which just catches everything under /. Before this commit it was something like /path/*wildcard.
Problem
Using
web.proxy
with the cli breaks all requests. It just redirects every request to the proxy.A quick git blame lead me to this: ebdb98b.
After this commit the axum route is
/*path
which just catches everything under/
. Before this commit it was something like/path/*wildcard
.Steps To Reproduce
Steps to reproduce the behavior:
dx serve
Expected behavior
Proxy only requests to the proxy that starts with "/api".
Environment:
The text was updated successfully, but these errors were encountered: