[PR #1559] [MERGED] docs: add Chrome 142+ Private Network Access troubleshooting #1646

Closed
opened 2026-02-17 17:22:35 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1559
Author: @niilooy
Created: 11/21/2025
Status: Merged
Merged: 11/21/2025
Merged by: @niilooy

Base: mainHead: docs/chrome-localhost-connection-fix


📝 Commits (2)

  • eab80f9 docs: add Chrome 142+ Private Network Access troubleshooting
  • adb70b3 Apply suggestions from code review

📊 Changes

1 file changed (+47 additions, -0 deletions)

View changed files

📝 src/langsmith/troubleshooting-studio.mdx (+47 -0)

📄 Description

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

  • Verified markdown syntax is correct
  • Confirmed no linting errors
  • Tested that links and formatting render correctly

References


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/1559 **Author:** [@niilooy](https://github.com/niilooy) **Created:** 11/21/2025 **Status:** ✅ Merged **Merged:** 11/21/2025 **Merged by:** [@niilooy](https://github.com/niilooy) **Base:** `main` ← **Head:** `docs/chrome-localhost-connection-fix` --- ### 📝 Commits (2) - [`eab80f9`](https://github.com/langchain-ai/docs/commit/eab80f92d1194e1583c96346b3f4b534ae658f43) docs: add Chrome 142+ Private Network Access troubleshooting - [`adb70b3`](https://github.com/langchain-ai/docs/commit/adb70b3bedc6284460eceaa6386b993b79c702fe) Apply suggestions from code review ### 📊 Changes **1 file changed** (+47 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/troubleshooting-studio.mdx` (+47 -0) </details> ### 📄 Description ## 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) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:22:35 -05:00
yindo closed this issue 2026-02-17 17:22:35 -05:00
yindo changed title from [PR #1559] docs: add Chrome 142+ Private Network Access troubleshooting to [PR #1559] [MERGED] docs: add Chrome 142+ Private Network Access troubleshooting 2026-06-05 18:14:07 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1646