Hi ! I have a problem with my application (Yoga Se...
# orm-help
t
Hi ! I have a problem with my application (Yoga Server + Prisma + GraphQL). I want to deploy my new Schema (3 months of Dev), with "prisma deploy" but I have this error :
>prisma deploy
!    'UNABLE_TO_VERIFY_LEAF_SIGNATURE':
!    request to <https://api.cloud.prisma.sh/>
!    failed, reason: unable to verify the first
!    certificate
Get in touch if you need help: <https://slack.prisma.io>
To get more detailed output, run $ export DEBUG="*"
(node:19452) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
raven@2.6.4 alert: failed to send exception to sentry: unable to verify the first certificate
I changed my computer. My application is deployed on Heroku and I paid a Dyno for my backend part, I do not know if the problem comes from the change of computer or the SSL that has been activated on Heroku. thank you