Hi. I’ve set prisma server on AWS Faragate with do...
# orm-help
s
Hi. I’ve set prisma server on AWS Faragate with docker. Now I’m trying to deploy my datamodel on the serever. However there are two problems. • Sometimes I run prisma deploy, it returns the following 503 error. I’m curious why this error occurs “sometimes”.
Copy code
ERROR: GraphQL Error (Code: 503)

{
  "error": "<html>\r\n<head><title>503 Service Temporarily Unavailable</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>503 Service Temporarily Unavailable</h1></center>\r\n</body>\r\n</html>\r\n",
  "status": 503
}
• If the 503 error not occurs, following error occurs for every entities of my datamodel.
Copy code
User
    ✖ The field `id` is reserved and has to have the format: id: ID! @unique or id: UUID! @unique.
How can I solve these problems…?
j
Hi! I think you'll have better chances to post in #prisma1