Prisma 1.7 issue, cannot deploy!! Getting this Err...
# orm-help
r
Prisma 1.7 issue, cannot deploy!! Getting this Error: TypeError: url_1.URL is not a constructor
When downgrading to V1.6.3 npm i -g prisma@1.6.3 and restoring the prisma.yml old format (with cluster and service definitions and without the endpoint: url), I can deploy again. What can be the problem?
t
Thanks for reporting @Raviv! Can you create an issue here so we can easier keep track of it? https://github.com/graphcool/prisma/issues Please specify your node.js version as that could be the problem. You can also try a newer node, the CLI should work with node > v6
r