Why the flows is not running?

I used to run postman flow from Desktop Client ( 11.6.1 ). For some reason, it has disabled the ‘run’ button.
And when I try to run it, the tooltip says:
image

I am able to run in from Postman Web.

Hi @docking-module-admi2

Sorry to hear you’re having this issue.

Can you confirm that this happens when trying to send a regular Postman request as well?

Nope,
all other things are working file such api request, collection run etc

@docking-module-admi2

Please try the following steps:

  1. Update to the latest version of the Desktop application.
  2. In the Postman Desktop App, go to ViewDeveloperShow DevTools.
  3. Under “Custom levels” for logging, enable “Verbose” and “Error” only.
  4. Run the following command in the console: localStorage.debug = 'flows:*'
  5. Restart the Desktop application and check if the issue persists.
  6. If the issue continues, please save the logs and send them to me in a DM.

Thanks Daniel,

Updating it to 11.7 fixed the issue.

Same issue again in Postman v11.8

Hi @docking-module-admi2

Sorry to hear that the issue is happening again. Can you follow the steps to generate the logs and send them to me so my team can investigate the root cause:

  1. In the Postman Desktop App, go to ViewDeveloperShow DevTools.
  2. Under “Custom levels” for logging, enable “Verbose” and “Error” only.
  3. Run the following command in the console: localStorage.debug = 'flows:*'
  4. Restart the Desktop application and check if the issue persists.
  5. Please save the logs and send them to me in a DM.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.