dgraph-io / ratel

Dgraph Data Visualizer and Cluster Manager
Apache License 2.0
120 stars 49 forks source link

[BUG]: UI crashes for geojson #296

Open gregkonush opened 1 year ago

gregkonush commented 1 year ago

What version of Ratel are you using?

Built at 2021-05-28T22:00:10.859Z Commit: 9debcc4 Commit Info: 9debcc4 Fri May 28 14:57:46 2021 -0700 (HEAD -> master, origin/master)

What you did.

Query with location alias

What happened.

White screen, UI crashed

What you expect to happen.

No response

Can we reproduce the issue?

Additional information

image

data example response

{
  "data": {
    "node": [
      {
        "GeoHash.name": "Los Angeles",
        "location": {
          "type": "Point",
          "coordinates": [
            "-118.31140711469516",
            "34.09438283767392"
          ]
        }
      }
    ]
  },
  "extensions": {
    "server_latency": {
      "parsing_ns": 381208,
      "processing_ns": 5694875,
      "encoding_ns": 394375,
      "assign_timestamp_ns": 2861542,
      "total_ns": 9733917
    },
    "txn": {
      "start_ts": 10408
    },
    "metrics": {
      "num_uids": {
        "GeoHash.location": 1,
        "GeoHash.name": 1,
        "_total": 2
      }
    }
  }
}
github-actions[bot] commented 2 months ago

This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.

gregkonush commented 2 months ago

looks like this repo is unmaintained

github-actions[bot] commented 4 days ago

This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.