Reputation: 35306
When running Postman on Windows 7
This is the screen that I can see:
In what way can I debug why this is happening? And what could be the fix for this?
Upvotes: 0
Views: 2930
Reputation: 514
Clean up the indexDb folder and backup file, in those folders: C:\Users\AppData\Local\Postman C:\Users\AppData\Roaming\Postman
They are getting too big with time and it makes Postman crash.
Upvotes: 2
Reputation: 51
I had the same problem but I solved it:
Go to Control Panel -> System -> System Properties -> Advanced -> Environment Variables
Click New
Enter variable ( POSTMAN_DISABLE_GPU )
and value (true)
Press OK
Upvotes: 1
Reputation: 91
I had the same problem. Also changing between requests in postman was lagging. I solved it by logging out and logging in again (version 6.5.3/windows 10). After about a minute after I logged in again, it performed normally again.
Upvotes: 0
Reputation: 750
Is this for the latest version of Postman? You could try: https://www.getpostman.com/docs/v6/postman/launching_postman/installation_and_updates#troubleshooting-postman-updates
Upvotes: 0