Kong / insomnia

The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.
https://insomnia.rest
Apache License 2.0
33.56k stars 1.87k forks source link

Pre-request script doesn't get executed #7567

Closed ywidiastuti closed 1 week ago

ywidiastuti commented 1 week ago

Expected Behavior

Pre-request script should be executed

Actual Behavior

I checked using console.log, the script inside pre-request script doesn't get executed at all

Reproduction Steps

https://github.com/Kong/insomnia/assets/145996165/7093ea5e-f1de-4eee-8c0d-459717313a39

Is there an existing issue for this?

Additional Information

No response

Insomnia Version

v9.2.0

What operating system are you using?

Ubuntu

Operating System Version

Linux Mint 21.3

Installation method

tar.gz

Last Known Working Insomnia version

-

ihexxa commented 1 week ago

Hello @ywidiastuti , the console.log doesn't print to the dev tool, could you check outputs in the "timeline" tab in the right bar?

ywidiastuti commented 1 week ago

Thank you for the information @ihexxa . I found them 👍