Skip to content

Commit ca8abdc

Browse files
authored
Call out NO_PROXY environment variable (#20128)
1 parent 379163f commit ca8abdc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

aspnetcore/blazor/debug.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,9 @@ If you're running into errors, the following tips may help:
329329
* In the **Debugger** tab, open the developer tools in your browser. In the console, execute `localStorage.clear()` to remove any breakpoints.
330330
* Confirm that you've installed and trusted the ASP.NET Core HTTPS development certificate. For more information, see <xref:security/enforcing-ssl#troubleshoot-certificate-problems>.
331331
* Visual Studio requires the **Enable JavaScript debugging for ASP.NET (Chrome, Edge and IE)** option in **Tools** > **Options** > **Debugging** > **General**. This is the default setting for Visual Studio. If debugging isn't working, confirm that the option is selected.
332+
* If your environment uses an HTTP proxy, make sure that `localhost` is included in the proxy bypass settings. This can be done by setting the `NO_PROXY` environment variable in either:
333+
* The `launchSettings.json` file for the project.
334+
* At the user or system environment variables level for it to apply to all apps. When using an environment variable, restart Visual Studio for the change to take effect.
332335

333336
### Breakpoints in `OnInitialized{Async}` not hit
334337

0 commit comments

Comments
 (0)