Hi everyone I’m getting this exception on trying p...
# prisma1-community
l
Hi everyone I’m getting this exception on trying prisma 1 deploy:
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
}
Any suggestion?
r
If you were deploying on Prisma Cloud, could you try it again as it might be a temporary outage.
l
Nope, I've deployed the server app on heroku, but trying to launch prisma deploy command locally I get that. Unfortunately I tried with cloud but mongodb isn't supported so I'm trying to figure out how to do it manually by myself
If you scroll up a couple of posts you'll see my detailed explanation
r
Where have you deployed the Prisma Server? The one that you were running locally via Docker?
l
Heroku