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
Based on the example provided in the readme, it seems that req is not being sent to the resolver as I always get an undefined when I log it to the console.
I am trying to remove the '/server' from the path and forward to the root of the proxied server but are unable to do so.
Is there another way as this is a showstopper for me :-(
Based on the example provided in the readme, it seems that req is not being sent to the resolver as I always get an undefined when I log it to the console.
I am trying to remove the '/server' from the path and forward to the root of the proxied server but are unable to do so.
Is there another way as this is a showstopper for me :-(
UPDATE
I have tried returning an object but that does not work, the original path is still sent to the forwarded server:
Also, in the readme it says "Do headers based routing." but I cannot see any way of doing this if the request is not sent to the resolver ??
The text was updated successfully, but these errors were encountered: