I’m using Prisma 1.29 beta with CircleCI and on de...
# orm-help
i
I’m using Prisma 1.29 beta with CircleCI and on deployment it keep sending me this
Copy code
Authenticating...
Opening <https://app.prisma.io/cli-auth?secret=TOKEN> in the browser

Could not open the authentication link, maybe this is an environment without a browser. Please open this url in your browser to authenticate: <https://app.prisma.io/cli-auth?secret=TOKEN>
l
I ran into this as well and it is being worked on: https://github.com/prisma/prisma/issues/4215
👍 1
You can use prisma@1.28.3 as a wrok around..
npx prisma@1.28.3 deploy
d
This is fixed in
1.29.1
, please install it using
npm install -g prisma
. These fixes are also back merged into latest
alpha
and
beta
.