Luca Cattide
06/26/2020, 10:27 AMprisma deploy
I’m getting an exception:
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. Am I missing something?
It seems an auth error but it could be related to mongo itself?