Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v10.19.0 linux mint crashes after login #12421

Closed
1 task done
codelpap opened this issue Oct 19, 2023 · 21 comments
Closed
1 task done

v10.19.0 linux mint crashes after login #12421

codelpap opened this issue Oct 19, 2023 · 21 comments

Comments

@codelpap
Copy link

Is there an existing issue for this?

  • I have searched the tracker for existing similar issues and I know that duplicates will be closed

Describe the Issue

Dear postman team,

unfortunately the current latest update v10.19.0 keeps crashing as soon as i login. Login process is completed successfully. On browser redirect it just crashes. I tried both flatpak and normal version.

Unfortunately this is a zero day bug. The app is totally unusable.

Looking forward to a fix, or at least a previous version download link...

Thank you very much

Steps To Reproduce

Just open postman on linux mint ( i'd guess ubuntu) and try to login...

Screenshots or Videos

Peek.2023-10-19.22-10.mp4

Operating System

Linux

Postman Version

v10.19.0

Postman Platform

Postman App

User Account Type

Signed In User

Additional Context?

No response

@numaanashraf
Copy link
Member

@codelpap
Copy link
Author

codelpap commented Oct 20, 2023

Thanks for replying.
1

The folder ".config/Postman" does not have a Crash Reports folder

I also found another relative path "~/.var/app/com.getpostman.Postman/config/Postman/" that doesn't have the folder as well.

I would appreciate if you could send me a link with a previous version, as i can not access live requests...

@saya6
Copy link

saya6 commented Oct 21, 2023

I do have the same issue, in my case, I installed Postman via Flatpak.
I'm using a fresh installation of Debian 12.

This issue only happens when I log in.

@ghost
Copy link

ghost commented Oct 21, 2023

I have the same issue too with flatpack, using snap worked.

@luckyone89
Copy link

Could it be related to my own issue #12330 ? Some people have given fixes for it, and it worked for me. Did you install the app under Flatpak @codelpap ?

@codelpap
Copy link
Author

@luckyone89 Thx !! i confirm that the reply #12330 (comment) indeed fixed the issue.

Appreciated. Regards

@samislam
Copy link

I fixed the problem by running the following commands:

$ cd ~/.var/app/com.getpostman.Postman/config/Postman/proxy
$ openssl req -subj '/C=US/CN=Postman Proxy' -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout postman-proxy-ca.key -out postman-proxy-ca.crt

Postman downloaded from Flathub, On Linux Mint.

@reuben-thundergrid
Copy link

reuben-thundergrid commented Jan 2, 2024

I fixed the problem by running the following commands:

$ cd ~/.var/app/com.getpostman.Postman/config/Postman/proxy
$ openssl req -subj '/C=US/CN=Postman Proxy' -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout postman-proxy-ca.key -out postman-proxy-ca.crt

Postman downloaded from Flathub, On Linux Mint.

Thanks! that worked for me :) Linux Mint

@matheus-thebridge
Copy link

I fixed the problem by running the following commands:

$ cd ~/.var/app/com.getpostman.Postman/config/Postman/proxy
$ openssl req -subj '/C=US/CN=Postman Proxy' -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout postman-proxy-ca.key -out postman-proxy-ca.crt

Postman downloaded from Flathub, On Linux Mint.

I was having the same problem and this has solved for me.

Please, can you explain your solution?

@ancafe
Copy link

ancafe commented Jan 20, 2024

I fixed the problem by running the following commands:

$ cd ~/.var/app/com.getpostman.Postman/config/Postman/proxy
$ openssl req -subj '/C=US/CN=Postman Proxy' -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout postman-proxy-ca.key -out postman-proxy-ca.crt

Postman downloaded from Flathub, On Linux Mint.

Amazing! thanks

@leonimurilo
Copy link

leonimurilo commented Jan 20, 2024

I fixed the problem by running the following commands:

$ cd ~/.var/app/com.getpostman.Postman/config/Postman/proxy
$ openssl req -subj '/C=US/CN=Postman Proxy' -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout postman-proxy-ca.key -out postman-proxy-ca.crt

Postman downloaded from Flathub, On Linux Mint.

You're a legend. Worked for me on Fedora 39

@luigiaimage
Copy link

I fixed the problem by running the following commands:

$ cd ~/.var/app/com.getpostman.Postman/config/Postman/proxy
$ openssl req -subj '/C=US/CN=Postman Proxy' -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout postman-proxy-ca.key -out postman-proxy-ca.crt

Postman downloaded from Flathub, On Linux Mint.

Thank you! Worked on PopOS 22.04

@Hamdan85
Copy link

Hamdan85 commented Feb 5, 2024

ALso

I fixed the problem by running the following commands:

$ cd ~/.var/app/com.getpostman.Postman/config/Postman/proxy
$ openssl req -subj '/C=US/CN=Postman Proxy' -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout postman-proxy-ca.key -out postman-proxy-ca.crt

Postman downloaded from Flathub, On Linux Mint.

also fixed mine for popOS. Thanks ;)

@princebillygk
Copy link

In fedora all I had do is:
sudo dnf install openssl

@gireeshcse
Copy link

I fixed the problem by running the following commands:

$ cd ~/.var/app/com.getpostman.Postman/config/Postman/proxy
$ openssl req -subj '/C=US/CN=Postman Proxy' -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout postman-proxy-ca.key -out postman-proxy-ca.crt

Postman downloaded from Flathub, On Linux Mint.

This has worked for me on PopOS 22.04 LTS. I have used Flatpak to install the postman.

@Guillaume-d-o
Copy link

I fixed the problem by running the following commands:

$ cd ~/.var/app/com.getpostman.Postman/config/Postman/proxy
$ openssl req -subj '/C=US/CN=Postman Proxy' -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout postman-proxy-ca.key -out postman-proxy-ca.crt

Postman downloaded from Flathub, On Linux Mint.

Thank you it works on an postman download in popOs store

@reuben-thundergrid
Copy link

I fixed the problem by running the following commands:

$ cd ~/.var/app/com.getpostman.Postman/config/Postman/proxy
$ openssl req -subj '/C=US/CN=Postman Proxy' -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout postman-proxy-ca.key -out postman-proxy-ca.crt

Postman downloaded from Flathub, On Linux Mint.

Thanks worked on Fedora

@codeavila
Copy link

codeavila commented Apr 9, 2024

I fixed the problem by running the following commands:

$ cd ~/.var/app/com.getpostman.Postman/config/Postman/proxy
$ openssl req -subj '/C=US/CN=Postman Proxy' -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout postman-proxy-ca.key -out postman-proxy-ca.crt

Postman downloaded from Flathub, On Linux Mint.

Works on PopOS thanks!!!...

@Samk13
Copy link

Samk13 commented Jun 10, 2024

I fixed the problem by running the following commands:

$ cd ~/.var/app/com.getpostman.Postman/config/Postman/proxy
$ openssl req -subj '/C=US/CN=Postman Proxy' -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout postman-proxy-ca.key -out postman-proxy-ca.crt

Postman downloaded from Flathub, On Linux Mint.

That works for me too on PopOS, thanks!

@nrecinos2001
Copy link

openssl req -subj '/C=US/CN=Postman Proxy' -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout postman-proxy-ca.key -out postman-proxy-ca.crt

Thank you, it worked for me.
I am using Linux Mint Elsie 5, which is Debian based.

@WellingtonJr
Copy link

I fixed the problem by running the following commands:

$ cd ~/.var/app/com.getpostman.Postman/config/Postman/proxy
$ openssl req -subj '/C=US/CN=Postman Proxy' -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout postman-proxy-ca.key -out postman-proxy-ca.crt

Postman downloaded from Flathub, On Linux Mint.

works, popOS 22.04, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests