How can I connect directly to the prisma DB? `disa...
# prisma-whats-new
w
How can I connect directly to the prisma DB?
disableAuth: true
doesn’t seem to work
h
run the playground
w
that gives me Your token is invalid. It might have expired or you might be using a token from a different project
l
Did you redeploy after
disableAuth
?
w
yeah
I tried to take the secret out of the yml file
and it gives me a token error as well
n
there seems to be a bug with changing
disableAuth
and
secret
if there are no other changes - even though I haven't been able to reproduce it myself so far: https://github.com/graphcool/prisma/issues/1433
please remove
secret
, add
disableAuth: true
and add a dummy field to your data model, then deploy
w
that worked- thanks
n
thanks! we'll clean that up soon 🙂