10000 Spamming 404 Requests on Chromium browsers in dev server · Issue #7015 · thirdweb-dev/js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Spamming 404 Requests on Chromium browsers in dev server #7015

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
b-bot opened this issue May 12, 2025 · 3 comments
Open

Spamming 404 Requests on Chromium browsers in dev server #7015

b-bot opened this issue May 12, 2025 · 3 comments
Assignees

Comments

@b-bot
Copy link
Contributor
b-bot commented May 12, 2025

When in dev mode on Next.js the thirdweb package is making hundreds of requests to file routes that don't exist all returning 404 on Chromium browsers like Chrome and Edge. Not happening in Safari for example.

I believe this is related to the new dev tools: https://chromium.googlesource.com/devtools/devtools-frontend/+/main/docs/ecosystem/automatic_workspace_folders.md

I was getting it before with one single file request as per this reddit article: https://www.reddit.com/r/node/comments/1kcr0wh/odd_request_coming_into_my_localhost_server_from/
GET /.well-known/appspecific/com.chrome.devtools.json 404

In fact it always hits this route before the other routes start going crazy.

Not sure when it started happening, don't think it was a specific version of thirdweb rather a browser update. I would simply silence logs but it actually hits performance. It might be the way the in app wallet is mounted as a seperate app.

Importantly it doesn't seem to happen once deployed to Vercel, well not yet anyways.

Any advice on how to proceed? This is a big problem and makes my dev server constantly refresh breaking hot reload.

Image

Copy link
linear bot commented May 12, 2025

@b-bot b-bot changed the title Spamming 404 Requests on Chromium borwsers in dev server Spamming 404 Requests on Chromium browsers in dev server May 12, 2025
Copy link
Contributor

This issue has been inactive for 7 days. It is now marked as stale and will be closed in 2 days if no further activity occurs.

@github-actions github-actions bot added the Stale label May 20, 2025
@b-bot
Copy link
Contributor Author
b-bot commented May 21, 2025

Doing this in my next config for now:

  logging: {
    incomingRequests: false,
  },

But DX is terrible because of this.

@github-actions github-actions bot removed the Stale label May 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0