Hi, I am trying to deploy app on the remote cluste...
# prisma-whats-new
n
Hi, I am trying to deploy app on the remote cluster for that I have added a new cluster(Provided endpoint and private key). However, When I run the prisma deploy command I am getting following error.
Copy code
ERROR: Authentication token is invalid: Token can't be decoded: Illegal base64 character 5c

{
  "data": {
    "addProject": null
  },
  "errors": [
    {
      "locations": [
        {
          "line": 2,
          "column": 9
        }
      ],
      "path": [
        "addProject"
      ],
      "code": 3015,
      "message": "Authentication token is invalid: Token can't be decoded: Illegal base64 character 5c",
      "requestId": "cluster:cluster:cjct06dmb000z0123x14o6r1p"
    }
  ],
  "status": 200
}
n
please track this issue: https://github.com/graphcool/prisma/issues/1686 if you learn something about this, share it in this issue as well 🙂
n
@nilan Sure will share it. Thanks for the quick reply. 🙂