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
Hi, I am using your tool, but I am having problems.
I am using this version of node: v20.5.0.
yarn: 3.4.1
I am using the tests with this command: yarn validate --testNamePattern='auth'
for example the clock test works correctly, but the "auth" test gives me these errors
in the file: validate/validations/auth.test.ts:33
I get an "error headers.raw() is not a function".
in the file: validate/validations/auth.test.ts:51
axios does not save the cookies, when I make the following request, my server does not find saved cookies, so I cannot evaluate if the nonce exists.
I had to change to commit "8272fa5" to make it work, because the recent changes don't work, they don't even execute any request, can you help me?
PS: when I use postman to test, the cookies work correctly.
in the most recent version this is what I get:
The text was updated successfully, but these errors were encountered:
chr1spolo
changed the title
The tool don't work for me
Headers.raw is not a function
Sep 8, 2023
Hi, I am using your tool, but I am having problems.
I am using this version of node: v20.5.0.
yarn: 3.4.1
I am using the tests with this command:
yarn validate --testNamePattern='auth'
for example the clock test works correctly, but the "auth" test gives me these errors
in the file: validate/validations/auth.test.ts:33
I get an "error headers.raw() is not a function".
in the file: validate/validations/auth.test.ts:51
axios does not save the cookies, when I make the following request, my server does not find saved cookies, so I cannot evaluate if the nonce exists.
I had to change to commit "8272fa5" to make it work, because the recent changes don't work, they don't even execute any request, can you help me?
PS: when I use postman to test, the cookies work correctly.
in the most recent version this is what I get:
The text was updated successfully, but these errors were encountered: