Skip to content

Server status offline #1627

@s3ppo

Description

@s3ppo

Query 'server'

query Server {
  server {
    status
    wanip
    lanip
  }
}

returns status offline:

{
  "data": {
    "server": {
      "status": "OFFLINE",
      "wanip": "",
      "lanip": "192.168.1.20"
    }
  }
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions