Hm, doing a graphcool deploy
locally, with everything recently pulled gives me a
{
"error": "There was an internal server error.",
"status": 500
}
Looking at the docker logs I see this:
[ERROR] [10/17/2017 19:26:47.528] [single-server-akka.actor.default-dispatcher-2] [akka.actor.ActorSystemImpl(single-server)] Error during processing of request: 'No client with id 'cj8vdawxb00000163r18nrlzc''. Completing with 500 Internal Server Error response. To change default exception handling behavior, provide a custom ExceptionHandler.
cool.graph.shared.errors.SystemErrors$InvalidClientId: No client with id 'cj8vdawxb00000163r18nrlzc'
That client id is not mine, and I can’t find it anywhere in the code
my types:
type Course @model {
club: String!
createdAt: DateTime!
updatedAt: DateTime!
}
and my .graphcoolrc
targets:
prod: shared-eu-west-1/xxxx
local: local/xxxx
default: local
clusters:
local:
host: 'http://localhost:60000'
clusterSecret:
xxxx