Commit b3faca4
docs: add Chrome 142+ Private Network Access troubleshooting (#1559)
## Description
Adds troubleshooting documentation for Chrome 142+ blocking localhost
connections to LangSmith Studio.
## Problem
Starting with Chrome version 142, users are experiencing "Failed to
initialize Studio" errors when trying to connect LangSmith Studio to
their local development server via `langgraph dev`. This is due to
Chrome's full enforcement of the Private Network Access (PNA)
specification, which blocks HTTPS sites from accessing HTTP localhost
servers by default.
## Changes
- Added new "Chrome Connection Issues" section to
`src/langsmith/troubleshooting-studio.mdx`
- Documented symptoms users will encounter
- Provided step-by-step solution to allow local network access in Chrome
settings
- Added additional troubleshooting steps for browser extensions,
dependency updates, and cache clearing
## Testing
- [x] Verified markdown syntax is correct
- [x] Confirmed no linting errors
- [x] Tested that links and formatting render correctly
## References
- [Support
article](https://support.langchain.com/articles/1897181200-private-network-access-blocking-langsmith-studio-connection)
---------
Co-authored-by: Kathryn May <[email protected]>1 parent 920ad28 commit b3faca4
1 file changed
+47
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
39 | 86 | | |
40 | 87 | | |
41 | 88 | | |
| |||
0 commit comments