hey guys I’m trying to deploy on heroku but when I...
# orm-help
l
hey guys I’m trying to deploy on heroku but when I run locally
Copy code
prisma deploy
I’m getting an exception:
Copy code
ERROR: GraphQL Error (Code: 404)

{
  "error": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n<title>Error</title>\n</head>\n<body>\n<pre>Cannot POST /management</pre>\n</body>\n</html>\n",
  "status": 404
}
I’m not getting this because I set the secret key both on prisma.yml than on docker-compose.yml