Ioannis Zacheilas
Can't get self-hosting to work with docker
Hello everyone! I've tried the above solutions but non of them seem to work. Error keeps saying: 'Boolean cannot represent a non boolean value: "" '. and are produced on clean installations using docker one-line script. Perhaps i'm missing something, i'm totally new here, too.
localhost:3000 shows the popular error message, but
localhost:3000/graphql loads a Yoga GraphiQL page. Has me thinking that graphql works.
Although, when inspecting the errors, i locate this error: under /graphql
{
"errors": [
{
"message": "Boolean cannot represent a non boolean value: """,
"extensions": {
"code": "INTERNAL_SERVER_ERROR",
"response": "Boolean cannot represent a non boolean value: """
}
}
],
"data": null
}
Any thoughts ?
14 replies