Skip to content
Discussion options

You must be logged in to vote

Hey! I’ve seen this before — what you're describing is actually expected behavior when Chrome DevTools makes background requests to look for source maps or .well-known files like:

/.well-known/appspecific/com.chrome.devtools.json

If that file isn’t present (which is totally fine for most apps), Next.js returns a 404. But when DevTools itself aborts the request (which it often does if it detects a 404 early or switches tabs), you’ll sometimes see this:

[ResponseAborted: ]

Why it only happens when DevTools is open

  • Chrome makes requests to .well-known/... for enhanced debugging info.
  • If the resource is missing, Chrome might cancel the request prematurely after initiating it — causing Nod…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ctretyak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants