Bharat D Bhadresha
Bharat D Bhadresha

Reputation: 789

Postman error "Your team updated to Postman v7.0, you must also update to v7.0 by going to > Settings > Update"

Installed Postman on ubuntu 18.04 using snap but I am getting this error

Your team updated to Postman v7.0. To keep your collections and workspaces in sync with your team, you must also update to v7.0 by going to > Settings > Update

but there is no option to update in settings.

Upvotes: 1

Views: 426

Answers (1)

Bharat D Bhadresha
Bharat D Bhadresha

Reputation: 789

If using ubuntu snap then you have to change channel of postman to candidate

sudo snap switch --channel=candidate postman
sudo snap refresh postman

then relaunch postman and you will be able to sync data.

Upvotes: 1

Related Questions