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
It should be possible to recall a JSONPath that contains double quotes from history.
Actual Behavior
The renderer crashes an an error is displayed:
Failed to render Dc.
Error: Failed to execute 'querySelector' on 'Element': '[data-key="$.store.books[?(@.author < "The Author")].title"]' is not a valid selector.
at file:///app/main/resources/app.asar/index-f89f6e08.js:118:78623
at gh (file:///app/main/resources/app.asar/index-f89f6e08.js:118:24296)
at s6 (file:///app/main/resources/app.asar/index-f89f6e08.js:118:42448)
at Wbe (file:///app/main/resources/app.asar/index-f89f6e08.js:118:41270)
at Ic (file:///app/main/resources/app.asar/index-f89f6e08.js:118:40309)
at H_ (file:///app/main/resources/app.asar/index-f89f6e08.js:118:36912)
at pc (file:///app/main/resources/app.asar/index-f89f6e08.js:116:3288)
at file:///app/main/resources/app.asar/index-f89f6e08.js:118:34286
at node:internal/process/task_queues:140:7
at AsyncResource.runInAsyncScope (node:async_hooks:204:9)
at AsyncResource.runMicrotask (node:internal/process/task_queues:137:8)
Reproduction Steps
Request a URL that responds JSON
Below the JSON response, in the JSONPath filter input, enter a filter containing double quotes like $.store.books[?(@.author < "The Author")].title
Click the history icon right of the input filed (the clock icon)
Expected Behavior
It should be possible to recall a JSONPath that contains double quotes from history.
Actual Behavior
The renderer crashes an an error is displayed:
Reproduction Steps
$.store.books[?(@.author < "The Author")].title
Is there an existing issue for this?
Additional Information
No response
Insomnia Version
2023.5.8
What operating system are you using?
Other (specify below)
Operating System Version
Linux jehuty 6.6.8 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:02:07 UTC 2023 x86_64 GNU/Linux
Installation method
flatpak
Last Known Working Insomnia version
No response
The text was updated successfully, but these errors were encountered: