queue.wxt.dev returns NXDOMAIN

Open
#12 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Active

Research direction

Start by checking the DNS configuration for queue.wxt.dev and reproduce the NXDOMAIN response with the dig commands in the issue. Verify that the endpoint resolves and that the “Who’s Using WXT?” section no longer reports a failed fetch.

Written by the indexing model from the issue text.

Description

The "Who's Using WXT?" section on https://wxt.dev/ currently shows "Failed to load extension details."

The browser console reports:

TypeError: Failed to fetch

As of 2026-08-26 07:20 UTC, queue.wxt.dev returns NXDOMAIN from both the authoritative nameserver and public DNS resolvers:

$ dig @mira.ns.cloudflare.com queue.wxt.dev A +noall +answer +authority +comments
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN

$ dig @1.1.1.1 queue.wxt.dev A +noall +answer +authority +comments
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN
Dominant language
HTML
Stars
10
Forks
3
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More Backend & API Design issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.