I'm getting 504 errors deploying on different shar...
# prisma-whats-new
g
I'm getting 504 errors deploying on different shared clusters. However deploying to a new cluster will fail the first time, the second deploy deploys it. I'm unable to deploy to an existing cluster though.
Copy code
ERROR: GraphQL Error (Code: 504)

{
  "error": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n<HTML><HEAD><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=iso-8859-1\">\n<TITLE>ERROR: The request could not be satisfied</TITLE>\n</HEAD><BODY>\n<H1>ERROR</H1>\n<H2>The request could not be satisfied.</H2>\n<HR noshade size=\"1px\">\nCloudFront attempted to establish a connection with the origin, but either the attempt failed or the origin closed the connection.\n<BR clear=\"all\">\n<HR noshade size=\"1px\">\n<PRE>\nGenerated by cloudfront (CloudFront)\nRequest ID: 3O2MkAP0QWAUOBwfRiRFc-309upKvBP13A4ftbtc5asvuzIg64Qs5Q==\n</PRE>\n<ADDRESS>\n</ADDRESS>\n</BODY></HTML>",
  "status": 504
}