Alex
Alex
TTwenty
Created by Alex on 1/2/2025 in #❓︱help
Docker 1-click/manual self-hosting fails
Hello, I have been trying to self-host using docker following the instructions here: https://twenty.com/developers/section/self-hosting/docker-compose While both 1-click and manual instructions create the docker containers and start them up just fine, when try to access http://localhost:3000, I get the following error:
server-1 | [
server-1 | Error: Boolean cannot represent a non boolean value: ""
server-1 | at completeLeafValue (/app/node_modules/@graphql-tools/executor/cjs/execution/execute.js:620:19)
server-1 | at completeValue (/app/node_modules/@graphql-tools/executor/cjs/execution/execute.js:451:16)
server-1 | at completeValue (/app/node_modules/@graphql-tools/executor/cjs/execution/execute.js:434:27)
server-1 | at /app/node_modules/@graphql-tools/executor/cjs/execution/execute.js:327:49
server-1 | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
server-1 | at async /app/node_modules/@graphql-tools/executor/cjs/execution/promiseForObject.js:18:35
server-1 | at async Promise.all (index 2) {
server-1 | path: undefined,
server-1 | locations: undefined,
server-1 | extensions: {
server-1 | code: 'INTERNAL_SERVER_ERROR',
server-1 | response: 'Boolean cannot represent a non boolean value: ""'
server-1 | }
server-1 | }
server-1 | ]
server-1 | [
server-1 | Error: Boolean cannot represent a non boolean value: ""
server-1 | at completeLeafValue (/app/node_modules/@graphql-tools/executor/cjs/execution/execute.js:620:19)
server-1 | at completeValue (/app/node_modules/@graphql-tools/executor/cjs/execution/execute.js:451:16)
server-1 | at completeValue (/app/node_modules/@graphql-tools/executor/cjs/execution/execute.js:434:27)
server-1 | at /app/node_modules/@graphql-tools/executor/cjs/execution/execute.js:327:49
server-1 | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
server-1 | at async /app/node_modules/@graphql-tools/executor/cjs/execution/promiseForObject.js:18:35
server-1 | at async Promise.all (index 2) {
server-1 | path: undefined,
server-1 | locations: undefined,
server-1 | extensions: {
server-1 | code: 'INTERNAL_SERVER_ERROR',
server-1 | response: 'Boolean cannot represent a non boolean value: ""'
server-1 | }
server-1 | }
server-1 | ]
I'd appreciate any insight into why this happens and how to fix it.
8 replies