azure-sdk-for-js icon indicating copy to clipboard operation
azure-sdk-for-js copied to clipboard

[Recorder] TEST_PROXY_HTTP_PORT env variable not working as expected

Open HarshaNalluru opened this issue 1 year ago • 0 comments

From @danielszaniszlo I am running our service locally and it is using the same port as the test recorder I've read in the documentation that if I can control the port number for the recorder by changing: TEST_PROXY_HTTP_PORT environment variable. I did that and I initialized VSCode after doing it. It has the variable. I actually added that variable everywhere event to the .env file too.

I am still getting the port is already in use error message: image

Is there another way that I can configure the recorder? For some reason it doesn't pick up the env variable

image

HarshaNalluru avatar Jul 01 '24 23:07 HarshaNalluru