-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Unable to send any requests since the latest update #8380
Comments
Got the same error. I noticed that all the requests with pre-request scripts are having this problem. |
I have the same error:
It's appears when I send request with a After-response script. |
the |
I believe my issue is connected with the OP's although I've tried both Any time I add a Pre-request script of any value (even comments), an extra forward-slash is added to the request URI and I get back a 404 response. Here's a good working example: And here's what happens when I populate something in Pre-request: Whether it is commented code or not, as long as Pre-request is populated with some value, the outcome is the same. |
As a workaround, you can remove the path |
Ah I didn't consider that -- will give it a try tomorrow @notjaywu, thanks. |
Can confirm, removing any pre-request scripts have worked for me, will do for the meantime |
The response I get no matter what type of request (GET, POST, PUT, DELETE) returns the following error:
message: undefined; stack: Error: message: (unknown path) [Line 1, Column 12]
attempted to output null or undefined value; stack: Template render error: (unknown path) [Line 1, Column 12]
attempted to output null or undefined value
at Object.P [as _prettifyError] (file:///Applications/Insomnia.app/Contents/Resources/app.asar/sentry-RNTkbMCO.js:5:39127)
at file:///Applications/Insomnia.app/Contents/Resources/app.asar/sentry-RNTkbMCO.js:19:7018
at ae.root [as rootRenderFunc] (eval at ie._compile (file:///Applications/Insomnia.app/Contents/Resources/app.asar/sentry-RNTkbMCO.js:19:7663), :20:3)
at ie.render (file:///Applications/Insomnia.app/Contents/Resources/app.asar/sentry-RNTkbMCO.js:19:6932)
at ie.renderString (file:///Applications/Insomnia.app/Contents/Resources/app.asar/sentry-RNTkbMCO.js:19:4938)
at M5.render (file:///Applications/Insomnia.app/Contents/Resources/app.asar/sentry-RNTkbMCO.js:76:16068)
at $V.replaceIn (file:///Applications/Insomnia.app/Contents/Resources/app.asar/sentry-RNTkbMCO.js:89:1270)
at vre (file:///Applications/Insomnia.app/Contents/Resources/app.asar/sentry-RNTkbMCO.js:89:10187)
at h (file:///Applications/Insomnia.app/Contents/Resources/app.asar/hiddenBrowserWindow-Cz0sW5QM.js:1:747)
at file:///Applications/Insomnia.app/Contents/Resources/app.asar/hiddenBrowserWindow-Cz0sW5QM.js:1:374
at port.onmessage (/Applications/Insomnia.app/Contents/Resources/app.asar/hidden-window-preload.js:128771:36)
at port.onmessage (/Applications/Insomnia.app/Contents/Resources/app.asar/preload.js:92:18)
The text was updated successfully, but these errors were encountered: