trying to deploy to the prisma-eu1 cluster, I got ...
# prisma-whats-new
v
trying to deploy to the prisma-eu1 cluster, I got this error (I'm using prisma v1.2):
Copy code
ERROR: Cannot query field 'description' on type 'Cluster'. (line 8, column 5):
    description
    ^

{
  "data": {
    "generateClusterToken": null
  },
  "errors": [
    {
      "message": "Cannot query field 'description' on type 'Cluster'. (line 8, column 5):\n    description\n   ^",
      "locations": [],
      "path": []
    }
  ],
  "status": 200
}
✔️ 1
n
looking into this right now!
l
Same error here, US1
n
@Victor Bianchi @lawjolla can you try again? 🙂
v
Now it works!!! Thanks
🙌 1
l
Works!