Hi there, there appears to be an issue with `prism...
# orm-help
m
Hi there, there appears to be an issue with
prisma reset
at the moment. I am resetting one of my endpoints, but the data presist. I double checked that I am resetting the right endpoint. Has anyone experienced similar behavior?
n
where is Prisma hosted?
m
n
Is it a "private" workspace of yours in Prisma Cloud?
m
I believe so, I created the workspace in the prisma console. I have a
reseed
script that calls
prisma reset --force
and then runs a seed script of my own. So far, thinks have always worked as expected.
I am on the free plan though
Ok, I think I figured out part of what is going on. Just to clarify, the endpoint structure is the following, right:
<https://eu1.prisma.sh/___workspace_name___/___service_name___/___stage___>
.
I switched the deployment workspace, i.e. I previously deployed to the endpoint
<https://eu1.prisma.sh/moritz/xxx/alpha>
. Then I wanted to create a seperate workspace for the deployment:
<https://eu1.prisma.sh/xxx/xxx/alpha>
. Prisma reset on the old workspace works fine. On the new workspace, the cli behaves as though everything is fine, but the data dont get deleted.
n
Could you please describe that here so I can look into a reproduction: https://github.com/graphcool/prisma/? 🙂