James
02/27/2018, 9:10 AMhoria.ancas
02/27/2018, 10:23 AMJames
02/27/2018, 10:36 AMMichael Jones
02/27/2018, 12:39 PMericsonluciano
02/27/2018, 12:41 PMericsonluciano
02/27/2018, 2:33 PMfabio1127
02/27/2018, 3:03 PM'error', [Error: Network error: Network request failed with status 200 - "undefined"]
my query is working on browser but I am getting this error on my React Native app.lucid_frog
02/27/2018, 4:06 PMlucid_frog
02/27/2018, 4:08 PMtype Rules
with a buch of rules, petsAllowed, etc.
lucid_frog
02/27/2018, 4:08 PMlucid_frog
02/27/2018, 4:10 PMquery GetObjs{
objs{
rules{
id
}
}
}
to return all the rules instead of having to do objs.rules.petsAllowed
?rick
02/27/2018, 4:12 PM"message": "request to <https://db.cloud.prisma.sh/cloud-api/prod> failed, reason: Hostname/IP doesn't match certificate's altnames: \"Host: db.cloud.prisma.sh. is not in the cert's altnames: DNS:*.prisma.sh\"",
when deploying?rick
02/27/2018, 4:12 PMrick
02/27/2018, 4:20 PMprisma login
for mejohhansantana
02/27/2018, 4:36 PMrick
02/27/2018, 4:41 PMrein
02/27/2018, 5:08 PMdonedgardo
02/27/2018, 5:12 PMStefano T
02/27/2018, 5:13 PMwesbos
02/27/2018, 5:59 PMKATT
02/27/2018, 6:33 PM{
"Authorization": "Bearer <PRISMA_SECRET>"
}
doug_w
02/27/2018, 6:44 PMlucid_frog
02/27/2018, 9:20 PMprisma local nuke
which nukes the data and the database structure as well ?lucid_frog
02/27/2018, 9:35 PMprisma deploy
I get this error message:
Cluster "local", that is provided in the prisma.yml could not be found.
If it is a private cluster, make sure that you're logged in with prisma login
I can’t deploy my projet anymore.
Here’s what I tried so far:
prisma local nuke
docker kill {containerID}
prisma local start
prisma deploy
I’ve tried restarting my laptop but nothing worked…lucid_frog
02/27/2018, 9:37 PMprisma.yml
file I have the following line:
cluster: ${env:PRISMA_CLUSTER}
and in my .env file, PRISMA_CLUSTER
resolves to local
😕Heber Nobre
02/27/2018, 9:58 PMsajmil
02/27/2018, 10:12 PMMadhu Jahagirdar
02/28/2018, 12:44 AMantoinep
02/28/2018, 2:06 AM@relation(fieldName: "...")
does. Can anyone point me in the right direction or maybe provide an explanation? I was going through the airbnb clone on git and noticed at some point sentMessages: [Message!]! @relation(name: "SentMessages")
medelman
02/28/2018, 2:11 AM