Postman desktop keeps crashing on mac

My question: Hi, Postman keeps crashing on desktop.

How I found the problem: Send request, receiving somewhat large response.

I’ve already tried: Reinstalling postman.

In main.log found an error:

[36362][1680022465609][main][error]["Main~handleUncaughtError - Uncaught errors",{"name":"Error","message":"Render frame was disposed before WebFrameMain could be accessed","stack":"Error: Render frame was disposed before WebFrameMain could be accessed\n    at decirc (/Applications/Postman.app/Contents/Resources/app.asar/node_modules/fast-safe-stringify/index.js:100:19)\n    at decirc (/Applications/Postman.app/Contents/Resources/app.asar/node_modules/fast-safe-stringify/index.js:100:9)\n    at decirc (/Applications/Postman.app/Contents/Resources/app.asar/node_modules/fast-safe-stringify/index.js:100:9)\n    at decirc (/Applications/Postman.app/Contents/Resources/app.asar/node_modules/fast-safe-stringify/index.js:94:9)\n    at decirc (/Applications/Postman.app/Contents/Resources/app.asar/node_modules/fast-safe-stringify/index.js:100:9)\n    at stringify (/Applications/Postman.app/Contents/Resources/app.asar/node_modules/fast-safe-stringify/index.js:25:3)\n    at Format.transform (/Applications/Postman.app/Contents/Resources/app.asar/node_modules/logform/json.js:24:19)\n    at DerivedLogger._transform (/Applications/Postman.app/Contents/Resources/app.asar/node_modules/winston/lib/winston/logger.js:235:29)\n    at DerivedLogger.Transform._read (/Applications/Postman.app/Contents/Resources/app.asar/node_modules/readable-stream/lib/_stream_transform.js:184:10)\n    at DerivedLogger.Transform._write (/Applications/Postman.app/Contents/Resources/app.asar/node_modules/readable-stream/lib/_stream_transform.js:172:83)\n    at doWrite (/Applications/Postman.app/Contents/Resources/app.asar/node_modules/readable-stream/lib/_stream_writable.js:428:64)\n    at writeOrBuffer (/Applications/Postman.app/Contents/Resources/app.asar/node_modules/readable-stream/lib/_stream_writable.js:417:5)\n    at DerivedLogger.Writable.write (/Applications/Postman.app/Contents/Resources/app.asar/node_modules/readable-stream/lib/_stream_writable.js:334:11)\n    at DerivedLogger.log (/Applications/Postman.app/Contents/Resources/app.asar/node_modules/winston/lib/winston/logger.js:164:14)\n    at /Applications/Postman.app/Contents/Resources/app.asar/node_modules/@postman/app-logger/lib/collectors/AbstractCollector.js:33:23\n    at Array.forEach (<anonymous>)"}]
1 Like

I am having the same issue. Postman v10.13.4 just quits unexpectedly. Anyone been able to find a solution?

I had the same issue but I’ve finally fixed it.
To fix it, follow the following steps.
Locate your postman folder:

  1. Open finder.
  2. go to ~/Library/Application Support

find the postman folder, rename it to something like postman old.
then restart your postman.

if you feel any data is missing, copy the contents of the renamed postman folder into the newly created postman folder.
Hope this helps.

I tried this but it didn’t work for me. Did you reinstall postman after renaming the folder? (My version is 10.13.4 and I have a macbook with M1 Pro)

In my main.log I have this error:
[44999][1682347227004][main][error][“Main~handleUncaughtError - Uncaught errors”,{“name”:“TypeError”,“message”:“Cannot read properties of undefined (reading ‘isServer’)”,“stack”:“TypeError: Cannot read properties of undefined (reading ‘isServer’)\n at TLSWrap.onerror (node:_tls_wrap:411:27)”}]

I’ve downgraded to version 9.31.27 and it’s not crashing anymore for me. I will stay in this version until this issue is fixed.