[FEEDBACK]: apiPort setting is not available in devproxyrc.json #1218
-
Type of issueOutdated article FeedbackThe documentation mentions various proxy settings but does not include information about the apiPort setting in devproxyrc.json. It would be helpful to clarify if this setting is supported or intended to be configurable in devproxyrc.json. If not, please update the documentation to explicitly state its absence to avoid confusion. Link to documentation: Proxy Settings - Microsoft Learn Thank you for your attention! Page URLhttps://learn.microsoft.com/en-us/microsoft-cloud/dev/dev-proxy/technical-reference/proxy-settings Content source URLAuthorDocument Id6004001f-4791-7ca2-9818-d788175f3f4b |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Thank you for reaching out. Because it's included in this listing, it means that it can be configured in devproxyrc.json. Or am I misunderstanding your comment and you mean something else? 🙂 |
Beta Was this translation helpful? Give feedback.
-
The apiPort is not available on the schema of the config file https://github.com/microsoft/dev-proxy/blob/main/schemas/v0.23.0/rc.schema.json, and when I was trying to set the apiPort in the config, devproxy was not working for me. Given these circumstances, I was confused whether the documentation needs to be updated. |
Beta Was this translation helpful? Give feedback.
-
Understood, thank you for clarifying. Let me verify it and I'll get back to you when I know more. |
Beta Was this translation helpful? Give feedback.
-
apiPort missing in the schema is a bug and we'll fix it asap |
Beta Was this translation helpful? Give feedback.
-
If I specify apiPort in Dev Proxy config, it seems to be working just fine: Could you please share with me your repro steps? |
Beta Was this translation helpful? Give feedback.
-
Closing due to lack of response |
Beta Was this translation helpful? Give feedback.
If I specify apiPort in Dev Proxy config, it seems to be working just fine:
Could you please share with me your repro steps?