Search code examples
postman

Close all postman tabs before startup


I really don't know if this is the right place to ask. The last time I used postman, I had a tab open with a really really long response body, or maybe it was the request body, or perhaps the url? Anyway, postman wasn't responding, so I killed it with task manager.

Today I open postman and it tries to load my open tabs - including the tab with a very long body. As a result, postman hangs and I have to kill it.

Is there a cache file I can delete somewhere to make postman open without the tabs? Or a command-line option?


Solution

  • Same thing just happened to me. I found a "window" file within Library/Application Support/Postman (Mac). Opened it using VI and removed all the entries, saved and started postman. All my tabs were closed and collections were retained.