migz
10/14/2017, 1:42 PMgraphcool@next
btwDaniel K.
10/14/2017, 2:39 PMjferrettiboke
10/14/2017, 3:10 PMrein
10/14/2017, 6:21 PMdoug_w
10/14/2017, 8:22 PMjferrettiboke
10/14/2017, 8:43 PMgc deploy
.
Global
× The supplied query for the server side subscription `sendSignUpEmailConfirmation` is invalid. The provided query doesn't include any known model name. Please check for the latest subscriptions API.
Max N.
10/14/2017, 10:30 PM{
query: "subscription watchPosts{Post(filter: {mutation_in: [CREATED, UPDATED, DELETED]}){updatedFields node{title}}}"
}
but this does not:
{
"variables": {
"filter": {
"mutation_in": [
"CREATED",
"UPDATED",
"DELETED"
]
}
},
"query": "subscription watchPosts($filter: PostSubscriptionFilter!){Post(filter: $filter){updatedFields node{title}}}"
}
Both return with an OK response but only the first one gets notified on changes.tobiast
10/14/2017, 11:47 PMtobiast
10/14/2017, 11:49 PM["START RequestId: 4de365be-b139-11e7-a127-25b858c51e0d Version: $LATEST\nUnable to import module 'src\\signup-lambda': Error\n at Function.Module._resolveFilename (module.js:469:15)\n at Function.Module._load (module.js:417:25)\n at Module.require (module.js:497:17)\n at require (internal/module.js:20:19)\nEND RequestId: 4de365be-b139-11e7-a127-25b858c51e0d\nREPORT RequestId: 4de365be-b139-11e7-a127-25b858c51e0d\tDuration: 60.06 ms\tBilled Duration: 100 ms \tMemory Size: 512 MB\tMax Memory Used: 19 MB\t\n"],"returnValue":{"errorMessage":"Cannot find module '/var/task/src\\signup-lambda'","errorType":"Error","stackTrace":["Function.Module._load (module.js:417:25)","Module.require (module.js:497:17)","require (internal/module.js:20:19)"]}}
tobiast
10/14/2017, 11:56 PMmigz
10/15/2017, 2:25 AMmigz
10/15/2017, 2:27 AMreact-apollo
example doesn't work, i checked the logs for the signupEmailUser and the error message says RequestID ...... process exited before completing
tekk
10/15/2017, 3:38 AM{
"error": "Call to <https://wt-graphcool.it.auth0.com/api/run/cj87lyze90j3m01303guz3hy3/cj8huvcoe001101p7219wqk86> failed with: Request timeout to <http://wt-graphcool.it.auth0.com/52.49.141.28:443|wt-graphcool.it.auth0.com/52.49.141.28:443> after 5000 ms"
}
tekk
10/15/2017, 3:39 AMDev
10/15/2017, 8:12 AMMaslov
10/15/2017, 11:32 AMMaslov
10/15/2017, 11:32 AMMaslov
10/15/2017, 11:32 AMMaslov
10/15/2017, 11:33 AMMaslov
10/15/2017, 11:33 AMMaslov
10/15/2017, 11:33 AMDaniel K.
10/15/2017, 11:45 AMThe provided pat is not valid for project 'XXX'
when using graphcool-lib
to run a mutationMaslov
10/15/2017, 11:46 AMMaslov
10/15/2017, 11:47 AMmichaelchiche
10/15/2017, 12:03 PMmichaelchiche
10/15/2017, 12:05 PMmimica
10/15/2017, 12:25 PMjvbianchi
10/15/2017, 1:22 PMERROR: Whoops. Looks like an internal server error. Please contact us from the Console (<https://console.graph.cool>) or via email (support@graph.cool) and include your Request ID: eu-west-1:system:cj8skboqa00000172gf9hpthn
{
"data": {
"push": null
},
"errors": [
{
"message": "Whoops. Looks like an internal server error. Please contact us from the Console (<https://console.graph.cool>) or via email (support@graph.cool) and include your Request ID: eu-west-1:system:cj8skboqa00000172gf9hpthn",
"requestId": "eu-west-1:system:cj8skboqa00000172gf9hpthn",
"path": [
"push"
],
"locations": [
{
"line": 2,
"column": 9
}
]
}
],
"status": 200
}
signor_busi
10/15/2017, 2:55 PMEmi
10/15/2017, 3:04 PM