unraid / unraid/api

Network graphql query returns empty list

Open
#1,818 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
TypeScript
Stars
113
Forks
22
Avg merge
10h 40m
Merged PRs (30d)
13

Description

Environment

Unraid OS Version:
7.2.2

Are you using a reverse proxy?
No

Pre-submission Checklist

  • I have verified that my Unraid OS is up to date
  • I have tested this issue by accessing my server directly (not through a reverse proxy)
  • This is not an Unraid Connect related issue (if it is, please submit via the support form instead)

Issue Description

Network query returns empty list.

query Network {
info {
devices {
network {
id
iface
model
vendor
mac
virtual
speed
dhcp
}
}
}
}

Image

Steps to Reproduce

  1. Create a query
  2. Execute the query

Expected Behavior

Network data should be in the response

Actual Behavior

Network response is empty

Contributor guide

Open the contributing guide

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.

Research direction

No source file or test is named. Start by running the reported Network query against an Unraid 7.2.2 server and tracing the API path for info.devices.network; done means the query returns the expected network device fields instead of an empty list.

Written by the indexing model from the issue text.

Assessment

Tech stack
graphql, typescript
Domain
api, backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.