Hi, after updating to beta 4.1.1 I got an error wh...
# prisma-whats-new
k
Hi, after updating to beta 4.1.1 I got an error when trying to deploy graphcool deploy ! secretOrPrivateKey must have a value anyone else facing this problem?
m
You probably haven’t disabled authorisation with
disableAuth: true
, or haven’t provided a secret in under
secret
property
(my best guess, hope it helps 🙂 )
k
I have a secret. I try to disable auth, sec
same error
it worked fine with beta 3... whatever