Raviv
05/17/2018, 6:19 AMError: EACCES: permission denied, mkdir '/home/forge/.cache/prisma'
I am using a user called forge as i setup the digitalocean droplet via Laravel Forge system (which i have done for many projects) and bby default it sets up a none sudo user (forge) in addition to the root user.
Everything goes good until i try to run npm -g install prisma
,
somehow the system does not permit my user to create a new directory under
/home/forge/.cache/
which is not true, cause when i run a simple command with the same user
mkdir /home/forge/.cache/prisma
the directory is created successfully.
I have tried various solutions as in running it with sudo, deleting the .config directory so the system will produce it on runtime, calling an older version of prisma……
I have even gone to creating a new clean droplet and trying to set it up.
and no luck!!
If anyone can help i would be grateful, Thanks!!weakky
05/17/2018, 7:52 AMsiyfion
05/17/2018, 9:27 AMSoma Deaki
05/17/2018, 10:29 AMprisma cluster logs
tells me that Cluster logs for non-local clusters is not implemented yet
timwis
05/17/2018, 10:35 AM404
-- i noticed a bunch of links to it from prisma website and docstimwis
05/17/2018, 10:36 AMsiyfion
05/17/2018, 11:13 AMsiyfion
05/17/2018, 11:17 AMClusterPublicKey
field to fill in but there isn’t… but instead there now seems to be a ManagementApiSecret
. Any idea’s where I get this new value from?siyfion
05/17/2018, 11:18 AMacasanova
05/17/2018, 11:41 AMtimwis
05/17/2018, 12:07 PMtimwis
05/17/2018, 12:12 PMnotes
resolver. but what's to stop someone from making a users
query, and including the manager
property, and the notes
on that manager? Would that still hit the root level notes
resolver? If so, is the way to solve issues like these by running a check on the parent
arg too?juicycleff
05/17/2018, 12:13 PMkgoggin
05/17/2018, 1:48 PMnode
root field and getting a strange result. Using an id
from a previous query that represents a Campus
, I’m performing the following query:
{
node(id:"cjh9jy6a5002e0926jhxtjfus") {
id
__typename
... on Campus {
id
name
}
}
}
but the result says __typeName
is FinancialPaymentDetail
- a totally different type…Soma Deaki
05/17/2018, 1:52 PMSoma Deaki
05/17/2018, 1:52 PMsiyfion
05/17/2018, 1:54 PMgraphql playground
command to open up both my application and prisma endpoints.zebapy
05/17/2018, 2:18 PMvjsingh
05/17/2018, 3:57 PMjohhansantana
05/17/2018, 3:57 PM.graphql
file?vjsingh
05/17/2018, 4:20 PMvjsingh
05/17/2018, 4:26 PMryannealmes
05/17/2018, 4:28 PMprismagraphql/prisma
?Bro
05/17/2018, 4:47 PMbobbyt
05/17/2018, 9:22 PMavdeveloper
05/17/2018, 10:19 PMgraphcool local up
because I get unauthirzed access when the script tries to pull graphcool-db (mysql:5.7) from <https://registry-1.docker.io/v2/library/mysql/manifests/5.7>
Isaiah Grey
05/17/2018, 11:34 PMprisma deploy
, now I must configure via a hook in prisma.yml
and graphqlconfig.yml
and the only options seem to be js or ts.TangoJuliett
05/18/2018, 12:18 AM*UpdateInput
and a *UpdateDataInput
?uyasarkocal
05/18/2018, 1:09 AMpicosam
05/18/2018, 7:13 AM