Hi guys, awesome job so far! We use graphcool in...
# prisma-whats-new
m
Hi guys, awesome job so far! We use graphcool in some project for prototyping app, so I decided use for my personal too, but after while of playing with prisma I got error during
prisma deploy
->
ERROR: Authentication token is invalid: Token can't be decoded: The token is expired since 2018-03-06T15:16:12Z
my account was somehow generated and connect by
prisma init
maybe 2 months ago, is there some way how to generate new valid token?
n
what does
prisma account
say?
m
I was promted in browser to connect to account first I try forgoten-password but that seems breaken show wrong screen (empty dashboard) so I did try sign up and grant the cli
Opening https://app.prismagraphql.com/cli-auth?secret=$2a$08$da/p3LDnej5GcIb54R408e in the browser Authenticating ✔️ Email: milan.medlik@gmail.com Name: Milan Medlik Done in 72.76s.
n
can you now deploy again?
m
then I trying again the
prisma deploy
but seems the same problem for while hanging on
Applying changes (3/7)
that happening before with authorization
still waiting...
n
could you please create an issue here: https://github.com/graphcool/prisma?
m
I will
but should I somehow reconfigure my project to another account because till now it is connecting to public-stickyfoe-312/prisma-eu1
but seems after login it is my service name like https://eu1.prisma.sh/milan-medlik/demo/dev
m
thank you