Skip to content

Conversation

@niilooy
Copy link
Contributor

@niilooy niilooy commented Nov 21, 2025

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

Add troubleshooting section for Chrome 142+ blocking localhost connections
due to Private Network Access (PNA) enforcement. Includes solution to allow
local network access in Chrome settings and additional troubleshooting steps.
@niilooy niilooy requested a review from lnhsingh November 21, 2025 08:53
@niilooy niilooy requested a review from katmayb as a code owner November 21, 2025 08:53
@github-actions github-actions bot added the langsmith For docs changes to LangSmith label Nov 21, 2025
@github-actions
Copy link
Contributor

Mintlify preview ID generated: preview-docsch-1763715230-b3b7ac8

Copy link
Contributor

@katmayb katmayb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm from a docs point of view, just style nits and a couple of links you could add.

Co-authored-by: Kathryn May <44557882+katmayb@users.noreply.github.com>
@github-actions
Copy link
Contributor

Mintlify preview ID generated: preview-docsch-1763754907-1e81f0c

@niilooy
Copy link
Contributor Author

niilooy commented Nov 21, 2025

thanks @katmayb! applied suggested changes.

@niilooy niilooy merged commit b3faca4 into main Nov 21, 2025
12 checks passed
@niilooy niilooy deleted the docs/chrome-localhost-connection-fix branch November 21, 2025 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

langsmith For docs changes to LangSmith

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants