Variables are not getting detected

I have created a environment named MicroServices and added a variable named SHOPPING_BASE and I am trying to use this in my collection I have set the Environment to the MicroServices and when I am using this variable during the API Call the variable is not getting detected and I am getting issue Error: getaddrinfo ENOTFOUND {{shopping_base}}


Please help me resolve issue.

Your variable name, plus the initial\current value appear to have a trailing return embedded into the value.

Copy\paste issue?

1 Like

Make sure you saved the variable SHOPPING_BASE in the MicroServices environment and that you use the exact name with correct casing like {{SHOPPING_BASE}} in your request.