Live data from Hacker News

Tell HN: Postman update removes all your stuff if you refuse to create account

news.ycombinator.com

1–10 of 181 posts

Tell HN: Postman update removes all your stuff if you refuse to create account

#1
I have been using postman offline without an account for a long time. Today when I opened the program it asked me to create an account. When I declined, it wiped all my collections and everything else.

All I have is a 'history' to work with and try to piece back together all the variables and collections that I had setup.

I relented and created an account, but it did not recover anything. Beware!

Update: I was able to manually import/restore using a backup I found in ~/.config/Postman but I have no trust for continued use of this tool. Any alternatives that I can migrate to?

Re: Tell HN: Postman update removes all your stuff if you refuse to create account

#3
So they quickly followed what their competitor Insomnia did recently https://news.ycombinator.com/item?id=37680126

Related "Ask HN: Alternatives to Insomnia?" https://news.ycombinator.com/item?id=37691914 and https://news.ycombinator.com/item?id=37725326

Re: Tell HN: Postman update removes all your stuff if you refuse to create account

#4
I have found Bruno (https://github.com/usebruno/bruno) to be a decent basic alternative with a nice bonus of being version control friendly, keep in mind that it's fresh and relatively unpolished though - for instance it doesn't ask you to save changes before closing the app.

Re: Tell HN: Postman update removes all your stuff if you refuse to create account

#5

I have found Bruno ( https://github.com/usebruno/bruno ) to be a decent basic alternative with a nice bonus of being version control friendly, keep in mind that it's fresh and relatively unpolished though - for instance it doesn't ask you to save changes before closing the app.

https://www.usebruno.com/

Previous: https://news.ycombinator.com/item?id=37701803

Re: Tell HN: Postman update removes all your stuff if you refuse to create account

#9
post #6

Learn and use curl, then you won’t have any issues like this. You can make some scripts in Python or something, too. I say this because the last three tools I used for this all got shitty (postman, insomnia, and thunder client).

I would rather cycle thorough tools than deal with piss poor user experience of something like that.
Post reply on HN