I am using Postman on Windows 11 with a hybrid GPU setup (Intel + NVIDIA). Yesterday, Postman suddenly stopped opening and started crashing immediately on launch.
After troubleshooting, I found that launching Postman with:
--in-process-gpu
allows the app to open. However, after signing in, the application hangs and becomes unresponsive.
I also noticed multiple GPU process crash logs such as:
GPU process exited unexpectedly
I tested other Electron-based apps like Bruno and they show similar behavior, which makes me think this may be related to the GPU/Chromium/Electron rendering process on my system rather than Postman specifically.
I already tried:
-
reinstalling Postman
-
deleting AppData/Postman folders
-
updating GPU drivers
-
disabling overlays
-
testing different launch flags
but the issue still persists.