does anyone know why prisma cli ask me for auth on...
# orm-help
u
does anyone know why prisma cli ask me for auth on "prisma deploy" command when i use it locally (in docker). It writes
Could not open the authentication link, maybe this is an environment without a browser. Please open this url in your browser to authenticate: ....
And how disable it? I have tried run
prisma logout
before deploy, no effect
h
This is bug in the recent version of the cli, see: https://github.com/prisma/prisma/issues/4215 Please use version 1.28.3 for now
❤️ 1
u
love this chat for fast feedback, many thanks 🙂
🙌 1
s
I had the same issue yesterday, and manage to bypass it by setting the
PRISMA_MANAGEMENT_API_SECRET
and
PRISMA_SECRET
environment variables as descirbed in the
Authentication
section of the docs.
u
I have catched this bug with enabled the secrets
Seems it has been fixed right now in version 1.29.1
h
Yes, we have published a patch(1.29.1)
👍 1