Will
Will
To add to @tlane25 analysis, I wanted to add some pictures to help illustrate the point above. Before starting the application, as we can see port `3000` is not in...
Thanks everyone. I have been really busy. When I have some time, I will sit down and figure out the best way to proceed based on the comments above.
> Nice catch! Looks good to me Thanks! Do you know why the circleCi tests are failing?
> @wconrad265 if you look at the logs for the failing test you can see your change introduced a discrepancy in one of the tests Thanks, I will look into...
Updated the test that were failed with @tlane25. Previously, the DEV variable was always returned, since the `getEnvelope` function was always returning the `dev` environment variables regardless of the context....
After doing some digging with @tlane25, we were able to pinpoint the cause of this error. The deprecation warning you're seeing is indeed coming from the `http-proxy` library, which is...