BUG: Global variables no longer resolved in request URL after changing back and forth between 2 workspaces

It seems that changing between workspaces and going back to the previous one prevent global variables from being resolved.

Step to reproduce:

  1. Create 2 workspaces with a request in both
  2. On one of the workspace use a global variable in the URL to define the host name.
  3. Send the request (the one with the global variable) to make sure it works.
  4. Switch to the second workspace. Run the other request.
  5. Go back to the previous workspace. Run again the first request (the one with the global variable)
  6. You’ll see that the global variable is no longer resolved (even if mouse over the variable in the URL still show the resolved value)
  7. Resetting the global variables fix the problem.

I would like to post a video of it but the forum don’t allow new users to do it :frowning:

1 Like

I forgot to mention that I’m using the latest desktop version.

we see this behaviour as well

Hi @technical-engineer-7 @alison. Welcome to the Postman Community :postman:.

I am unable to replicate this behaviour on my end. Can you submit a request here and attach your application logs to the request so that we can take a close look at your account?

Hi, I already did it. They were able to reproduce the problem and said it was escalating to the product team as a bug. Request #261931

1 Like

Awesome! Thank you for doing that! We’ll investigate the cause and follow up with you!

Hi @technical-engineer-7 . We are in the process of fixing this issue. Thank you for your patience

3 Likes

Hi @technical-engineer-7. We have fixed this issue in our latest update. Please check if you are still facing this issue

3 Likes

It now works as expected. Thank you.