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
Expected behavior: Request responds the same/don't crash without the "after-response script".
Actual Behavior
If I add the following to after-response script, I get the following error:
Script:
console.log("HERE");
Error:
message: undefined; stack: Error: message: domain is not specified for the cookie sails.sid; stack: Error: domain is not specified for the cookie sails.sid
at file:///Applications/Insomnia.app/Contents/Resources/app.asar/sentry-RNTkbMCO.js:76:43451
at Array.forEach (<anonymous>)
at new i0 (file:///Applications/Insomnia.app/Contents/Resources/app.asar/sentry-RNTkbMCO.js:76:43401)
at new x5 (file:///Applications/Insomnia.app/Contents/Resources/app.asar/sentry-RNTkbMCO.js:76:43211)
at vre (file:///Applications/Insomnia.app/Contents/Resources/app.asar/sentry-RNTkbMCO.js:89:9763)
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 app was working fine in my environment before. I took a dinner break and when I came back, I got this error every time I try using the "After Response script
Although I can't reproduce by visiting same site, please open "Manage Cookies" and delete the cookie from "postman-echo.com" and see if it works. And I'll also take a look to turn it into a warning instead blocking error.
Expected Behavior
Expected behavior: Request responds the same/don't crash without the "after-response script".
Actual Behavior
If I add the following to
after-response
script, I get the following error:Script:
Error:
Reproduction Steps
Is there an existing issue for this?
Which sync method do you use?
Additional Information
The app was working fine in my environment before. I took a dinner break and when I came back, I got this error every time I try using the "After Response script
Insomnia Version
Version: Insomnia 10.3.1
Build date: 2/7/2025
OS: Darwin arm64 24.3.0
Electron: 33.3.1
Node: 20.18.1
Node ABI: 130
V8: 13.0.245.24-electron.0
Architecture: arm64
What operating system are you using?
macOS
Operating System Version
Mac 15.3
Installation method
Insomnia.rest
Last Known Working Insomnia version
Insomnia 10.3.1
The text was updated successfully, but these errors were encountered: