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
I think there is a bug in how the path is removed from the URL. In the code below we can see it trying to take the length of the pathname off of the beginning of the request.url property.
If I am not mistaken, that means returning the path of /test in your resolver will result in the request.url having http removed from the beginning instead of the end.
The text was updated successfully, but these errors were encountered:
I think there is a bug in how the path is removed from the URL. In the code below we can see it trying to take the length of the pathname off of the beginning of the request.url property.
redbird/lib/proxy.js
Lines 646 to 653 in cb7781e
If I am not mistaken, that means returning the path of
/test
in your resolver will result in the request.url having http removed from the beginning instead of the end.The text was updated successfully, but these errors were encountered: