when I’m trying to deploy with `prisma deploy` I’m...
# prisma-whats-new
r
when I’m trying to deploy with
prisma deploy
I’m seeing this error
Copy code
ERROR: request to <https://graphcool-eu1.graphcool.cloud/soren/cloud-api/prod> failed, reason: getaddrinfo EMFILE graphcool-eu1.graphcool.cloud:443

{
  "data": {
    "generateClusterToken": null
  },
  "errors": [
    {
      "message": "request to <https://graphcool-eu1.graphcool.cloud/soren/cloud-api/prod> failed, reason: getaddrinfo EMFILE graphcool-eu1.graphcool.cloud:443",
      "locations": [],
      "path": [],
      "code": 222
    }
  ],
  "status": 200
}
am I the only one with that problem?