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
Can you tell me the URL value to input from the client and the URL value to convert?
If possible, would you like to download the source code from this repository, write a test case referring to the /index.test.ts file, and check if the URL is converted properly?
What response did you get from the server? (e.g. 404 response, pending status, etc..)
Hi,
I was using the old signature for
pathRewrite
of a plan object, with the key as the test pattern & the value being the replacement string.This was working great with
v1.0.*
of the library, but it seems like the newv1.1.*
introduce change broke this compatiblity.I attempted to use the new Array based syntax:
But the without being able to visualize the request, I'm not sure why that request is being rejected by the host.
I just know that downgrading and keeping the old signature works for my case.
Leaving this for documentation purposes, maybe I'll get around to adding a debugging mode or something to view the request's parameters easier.
The text was updated successfully, but these errors were encountered: