I'm having an issue. I've upgraded from 1.6.3 to 1...
# orm-help
b
I'm having an issue. I've upgraded from 1.6.3 to 1.12. I've done a
Copy code
prisma reset
but am still having issues with it. when I do
Copy code
Prisma list
It doesn't show any deployed services. but when doing
Copy code
prisma info
it shows me my endpoint. Going to my endpoint, I also receive the message:
Copy code
Uncaught Error: {
  "errors": [
    {
      "message": "Project not found: 'public-fancybelly-926@om-web-graphql'",
      "code": 3016,
      "requestId": "us1:api:cjk1gl6vslun90b02r9ltlfw6"
    }
  ]
}
So I ended up just doing a prisma init and creating a new service.
using that endpoint because there was something whacky with the last one.
👍 1
d
You could also try
prisma reset
to remove data and try again if you run into something similar in future.
b
That was the first thing I tried.
d
Did you run into an error?