You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@SiDDevNet We had seen the users facing a similar issue where a combination of OS version + GPU hardware + driver versions did not work well with Electron/Chrome (which is internally used by Postman).
To confirm whether you are affected by the same issue, could you try opening the app with an extra argument --disable-gpu?
# cd in the directory where Postman.exe is present (`%appdata%/Postman`)
Postman.exe --disable-gpu
If Postman launches properly after this workaround, you can make it permanent by adding an environment variable POSTMAN_DISABLE_GPU=true. For more details see #4594 (comment)
Describe the bug
Can not proceed with setup wizard
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screen should appear
Screenshots

App information (please complete the following information):
Installer
latest downloaded from website
Windows 7 Service Pack 1
Additional context

Please create another installer
The text was updated successfully, but these errors were encountered: