Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complex XQuery Expression not working in Insomnia 8.4.5 #6898

Open
1 task done
dhaeb opened this issue Dec 4, 2023 · 0 comments · May be fixed by #6920
Open
1 task done

Complex XQuery Expression not working in Insomnia 8.4.5 #6898

dhaeb opened this issue Dec 4, 2023 · 0 comments · May be fixed by #6920
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer

Comments

@dhaeb
Copy link

dhaeb commented Dec 4, 2023

Expected Behavior

My XPath Expression: substring-before(substring-after(/, 'token='),'&')which worked in older versions should work again:
image

Actual Behavior

TypeError: H.filter is not a function

is the output and the Token from the other request is not extracted.

Reproduction Steps

  1. Create a request which you can reference in a TAG. It should have a body.
  2. In the TAG, make sure to execute a nested XQuery expression like this: substring-before(substring-after(/, 'token='),'&')
  3. Then, you should get the similar type error then me.

Is there an existing issue for this?

Additional Information

image

Insomnia Version

8.4.5

What operating system are you using?

macOS

Operating System Version

13.0 (22A380)

Installation method

Download over Web Interface / Github

Last Known Working Insomnia version

2023.5.2

@dhaeb dhaeb added B-bug Bug: general classification S-unverified Status: Unverified by maintainer labels Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant