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
Would be nice to have any logging. I'm trying to pass unrecognized routes to the legacy backend, and so far it only spits out 502 and never tries to hit that backend: forward "/", ReverseProxy, upstream: ["localhost:3000"]
Also, if I pass upstream with scheme, as "http://localhost:3000", it throws:
Would be nice to have any logging. I'm trying to pass unrecognized routes to the legacy backend, and so far it only spits out 502 and never tries to hit that backend:
forward "/", ReverseProxy, upstream: ["localhost:3000"]
Also, if I pass upstream with scheme, as "http://localhost:3000", it throws:
Any ideas how to fix this?
The text was updated successfully, but these errors were encountered: