Attila
01/30/2018, 6:59 AMAttila
01/30/2018, 7:00 AMFi1osof
01/30/2018, 7:55 AMpatrick_madx
01/30/2018, 8:05 AMuser
01/30/2018, 8:27 AMhttps://prisma.slack.com/files/U4DQWN527/F90LGD49Y/screenshot_2018-01-30_00.10.40.png▾
qsys
01/30/2018, 9:59 AMmutation {
createUser(
email: "..."
auth0UserId: "..."
appMeta: {
...
}
) {
id
appMeta {
id
}
}
}
but that doesn't work: graphcool complains it doesn't know auth0UserId
. But that field does exist (enabled auth0 integration).qsys
01/30/2018, 9:59 AMorr
01/30/2018, 10:26 AMServer responded with 400
every time I try to re-deploy. Is there any option other than wiping my local cluster clean and rebuilding? (I have lots of local data I don't want to lose). Just to be clear, I was able to deploy remotely after I commented out the lines.heresandyboy
01/30/2018, 11:25 AMLimansky
01/30/2018, 12:06 PMLimansky
01/30/2018, 12:08 PMNick Luger
01/30/2018, 12:18 PMdivyendu
01/30/2018, 1:53 PMveksen
01/30/2018, 2:34 PMnilan
01/30/2018, 2:36 PMwesbos
01/30/2018, 3:25 PMhvdklauw
01/30/2018, 3:26 PMhvdklauw
01/30/2018, 3:26 PMwesbos
01/30/2018, 3:27 PMhvdklauw
01/30/2018, 3:27 PMwesbos
01/30/2018, 3:27 PMwesbos
01/30/2018, 3:34 PMwesbos
01/30/2018, 3:41 PMWincent
01/30/2018, 3:50 PMThe project could not be ejected because it has enabled integrations. Please migrate all integrations to resolvers first.
Wincent
01/30/2018, 3:51 PMjschloer
01/30/2018, 4:05 PMpreetb123
01/30/2018, 4:22 PMprisma deploy
to local cluster(initial deploy was successful, this one is after adding some type and updating the database). I am trying example from the above video
$ prisma deploy
Booting local development cluster !
▸ Pulling prisma-database (prismagraphql/prisma:1.0)...
▸ 1.0: Pulling from prismagraphql/prisma
▸ Digest: sha256:1313afdd92cd1f4ed595f826d2d80549ddd01ed0562f04d91ee03dc73908456e
▸ Status: Downloaded newer image for prismagraphql/prisma:1.0
▸ Pulling prisma-db (mysql:5.7)...
▸ 5.7: Pulling from library/mysql
▸ Digest: sha256:7cdb08f30a54d109ddded59525937592cb6852ff635a546626a8960d9ec34c30
▸ Status: Downloaded newer image for mysql:5.7
Creating local_prisma-database_1 ... error
▸ Creating local_prisma-database_1 ...
Creating prisma-db ... done
▸ ERROR: for local_prisma-database_1 readlink /var/lib/docker/overlay2/l: invalid argument
▸
▸ ERROR: for prisma-database readlink /var/lib/docker/overlay2/l: invalid argument
▸ Encountered errors while bringing up the project.
▸
Get in touch if you need help: <https://www.graph.cool/forum>
To get more detailed output, run $ export DEBUG="*"
raven@2.3.0 alert: failed to send exception to sentry: Socket timed out on request to <http://sentry.io|sentry.io>
Upgraded prisma
but still getting
$ prisma deploy
Booting local development cluster !
▸ readlink /var/lib/docker/overlay2/l: invalid argument
▸
Get in touch if you need help: <https://www.graph.cool/forum>
To get more detailed output, run $ export DEBUG="*"
qsys
01/30/2018, 4:23 PMalexwasik
01/30/2018, 5:15 PM