How do I get the uri for an ejected project to put...
# prisma-whats-new
l
How do I get the uri for an ejected project to put into .graphcoolrc?
Copy code
Deploying to shared-eu-west-1 with target production... !

ERROR: No project with id 'cj48qaw2u6uyd01411y8gj8fr'

{
  "data": {
    "push": null
  },
  "errors": [
    {
      "locations": [
        {
          "line": 2,
          "column": 9
        }
      ],
      "path": [
        "push"
      ],
      "code": 4000,
      "message": "No project with id 'cj48qaw2u6uyd01411y8gj8fr'",
      "requestId": "eu-west-1:system:cj90w1u1i07gr0182u3cch518"
    }
  ],
  "status": 200
}
I'm trying to push to my production project, not sure what's wrong
Okay, so I had to switch accounts in the cli
That error message was not helpful in helping me understand that I just wasn't authenticated
Also, I think some of my functions pushed before I was authenticated
Which doesn't sound good