How do I use custom ports for debug service? #1415
Unanswered
rishabkshk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I am setting up the debug service with default ports, it errors out that the port is in use or invalid. That is correct as I have apache server running on 8005 already. To use another port I updated the DebugService.env file for DBGSRV_PORT=8091 and DBGSRV_SECURED_PORT=8092 and other combinations of different ports(kept DBGSRV_PORT=8001) . But still I am not able to get it working. Below is the error I receive.
Any leads?
Beta Was this translation helpful? Give feedback.
All reactions