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
However, axios params go into req.query and hence the url parameter is not replaced.
My suggestion would be to consider query parameters as well while compiling the path in this line. Or do you think that this would be a performance issue?
The text was updated successfully, but these errors were encountered:
As far as I understand right now it is possible to insert query parameters via defining them as
params
within proxy.I was looking into replacing this within the
axios
call.However, axios params go into
req.query
and hence the url parameter is not replaced.My suggestion would be to consider query parameters as well while compiling the path in this line. Or do you think that this would be a performance issue?
The text was updated successfully, but these errors were encountered: