Reputation: 83
I've been using Postman for a while now. Suddenly though it has stopped working. When trying to open it I get a loading spinner then nothing. No error. Nothing in Event Viewer. Nothing. Although the Icon in the task bar at the foot of the page looks broken or corrupted.
I've tried reinstalling, rebooting, clearing cache - nothing
I'm on Windows 7, 64 bit
Anyone ran into anything like this? :-/
Upvotes: 1
Views: 7206
Reputation: 621
I had a similar issue on Windows 10. The application did not show up after opening it. This post helped me:
This problem appeared after working with an external display. When I got Postman back visible, it showed an update dialogue.
Upvotes: 0
Reputation: 1
I faced a similar issue and found that you need to navigate to AppData\Local\Postman and find the latest installed version folder now change the shortcut path on the desktop in my case it was AppData\Local\Postman\app-7.36.0\Postman.exe I did and it worked :)
Upvotes: 0
Reputation: 3017
I had a similar issue. The solution that worked for me is to use --disable-gpu
flag for postman shortcut C:\Users\<username>\AppData\Local\Postman\<app-version>\Postman.exe --disable-gpu
:
More info on Github: https://github.com/postmanlabs/postman-app-support/issues/4594
Upvotes: 5
Reputation: 11
This issue happened for me when running a remote desktop session, it appears that postman is running but opening off screen. According to this thread https://github.com/postmanlabs/postman-app-support/issues/2833 This can happen when you add or change a monitor. There is a solution there - deleting some json files - but I found that I could see the Postman app in Task Manager -> Applications and then bring it up by selecting "Switch To"
Upvotes: 1