Hey guys, we have a Prisma cluster that ended up s...
# prisma-whats-new
v
Hey guys, we have a Prisma cluster that ended up somehow corrupted, it was stuck on "applying changes" when running
yarn prisma deploy
. The only way we've found was to completely create a new project (using
prisma init
), and then use the provided endpoint. Is there a simpler way? Note we're still using the public prisma cluster (us1 if that matters)
h
you can remove the
cluster
prop from
prisma.yml
v
not very intuitive 😞 we looked for a command that did that