postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.82k stars 837 forks source link

Values for many environment variables got set to null #13112

Open khirasaki opened 4 weeks ago

khirasaki commented 4 weeks ago

Is there an existing issue for this?

Describe the Issue

I have an environment in Postman that I populate with environment variables used to track UUID values in my local machine's database. Recently, something happened (perhaps a Postman software update?) and many, but not all, of the environment variable values were erased.

image

These get populated through Post-response Scripts that run after I run the routes, like this:

image

However, none of these routes have been run in some time (most of them are only run once ever).

Is there a recent change that could have caused me to lose these environment variable values? I have > 100.

Other clues: . I recently changed my email associated with my account from my personal email to my work email . For reasons I'm not clear about (maybe related to the email change), I was given a 14-day free trial to expand my team

Steps To Reproduce

Unfortunately, I don't have repro steps. I haven't identified this as a recurring problem, I believe it was a one-time data loss. I will update if I observe additional data loss.

Screenshots or Videos

No response

Operating System

macOS

Postman Version

11.5.1

Postman Platform

Postman App

User Account Type

Signed In User

Additional Context?

No response