After upgrade to `1.7` when running `npm run dev` ...
# orm-help
m
After upgrade to
1.7
when running
npm run dev
I get
prisma.yml should NOT have additional properties. additionalProperty: endpoint
. Thoughts?
k
I have the same issue. It's the playground getting upset. I meant to ask about it earlier but I was dealing with other fun 1.7 problems. I work around right now by commenting-out the endpoint line in prisma.yml and running the scripts
start
and
playground
separately and not use
dev
m
Thank you for the tip. Spent most of the day migrating and running into issues with 1.7 myself
Seems like you also need to comment out the
hooks
section and add the
stage
and
cluster
keys back 🤦‍♂️
t
Thanks for reporting! Please make sure that you also upgrade the
graphq-cli
dependency, as it also needs to be aware of the new prisma.yml format
👍 1
p
you need 1.7.1