ɃØĦɆᵾS
ɃØĦɆᵾS
TTwenty
Created by ɃØĦɆᵾS on 8/23/2024 in #❓︱help
Webhooks not sent in local setup
I tried setting webhooks in Settings to be sent to https://webhook.site to check @Skyfox675's problem with duplicated webhooks but upon setting them, no webhook was sent to specific address. From what I know, there's no need to set any kind of authorization as they're basically a callbacks. What am I setting wrong?
74 replies
TTwenty
Created by ɃØĦɆᵾS on 8/12/2024 in #❓︱help
npx nx workspace:seed:demo doesn't exist
I'm trying to write automated scenario according to bullet points here but I can't seed my database by running npx nx workspace:seed:demo (command taken from https://github.com/twentyhq/twenty/discussions/6467), is this command correct? Logs from --verbose:
Error: Cannot find configuration for task twenty:workspace:seed:demo
at ProcessTasks.createTask (/home/user/Desktop/projects/twenty/node_modules/nx/src/tasks-runner/create-task-graph.js:156:19)
at ProcessTasks.processTasks (/home/user/Desktop/projects/twenty/node_modules/nx/src/tasks-runner/create-task-graph.js:23:39)
at createTaskGraph (/home/user/Desktop/projects/twenty/node_modules/nx/src/tasks-runner/create-task-graph.js:195:21)
at createTaskGraphAndValidateCycles (/home/user/Desktop/projects/twenty/node_modules/nx/src/tasks-runner/run-command.js:62:63)
at /home/user/Desktop/projects/twenty/node_modules/nx/src/tasks-runner/run-command.js:86:27
at handleErrors (/home/user/Desktop/projects/twenty/node_modules/nx/src/utils/params.js:9:22)
at runCommand (/home/user/Desktop/projects/twenty/node_modules/nx/src/tasks-runner/run-command.js:83:52)
at Object.runOne (/home/user/Desktop/projects/twenty/node_modules/nx/src/command-line/run/run-one.js:50:59)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async handleErrors (/home/user/Desktop/projects/twenty/node_modules/nx/src/utils/params.js:9:16)
Error: Cannot find configuration for task twenty:workspace:seed:demo
at ProcessTasks.createTask (/home/user/Desktop/projects/twenty/node_modules/nx/src/tasks-runner/create-task-graph.js:156:19)
at ProcessTasks.processTasks (/home/user/Desktop/projects/twenty/node_modules/nx/src/tasks-runner/create-task-graph.js:23:39)
at createTaskGraph (/home/user/Desktop/projects/twenty/node_modules/nx/src/tasks-runner/create-task-graph.js:195:21)
at createTaskGraphAndValidateCycles (/home/user/Desktop/projects/twenty/node_modules/nx/src/tasks-runner/run-command.js:62:63)
at /home/user/Desktop/projects/twenty/node_modules/nx/src/tasks-runner/run-command.js:86:27
at handleErrors (/home/user/Desktop/projects/twenty/node_modules/nx/src/utils/params.js:9:22)
at runCommand (/home/user/Desktop/projects/twenty/node_modules/nx/src/tasks-runner/run-command.js:83:52)
at Object.runOne (/home/user/Desktop/projects/twenty/node_modules/nx/src/command-line/run/run-one.js:50:59)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async handleErrors (/home/user/Desktop/projects/twenty/node_modules/nx/src/utils/params.js:9:16)
36 replies
TTwenty
Created by ɃØĦɆᵾS on 8/10/2024 in #❓︱help
Existing user creating new workspace
How existing user can create a new workspace? The only way of creating a new workspace I know is by using a email never used before to create a new account and workspace at the same time.
5 replies
TTwenty
Created by ɃØĦɆᵾS on 8/4/2024 in #❓︱help
Notes and Tasks
No description
6 replies
TTwenty
Created by ɃØĦɆᵾS on 10/1/2023 in #❓︱help
Setting up Twenty locally
Everytime I run make ... command, I get the following error
$ make provision-postgres
make -C infra/dev provision-postgres
make[1]: Entering directory '/home/BOHEUS/Desktop/Twenty/twenty/infra/dev'
ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/
make[1]: *** [Makefile:9: provision-postgres] Error 1
make[1]: Leaving directory '/home/BOHEUS/Desktop/Twenty/twenty/infra/dev'
make: *** [Makefile:2: provision-postgres] Error 2
$ make provision-postgres
make -C infra/dev provision-postgres
make[1]: Entering directory '/home/BOHEUS/Desktop/Twenty/twenty/infra/dev'
ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/
make[1]: *** [Makefile:9: provision-postgres] Error 1
make[1]: Leaving directory '/home/BOHEUS/Desktop/Twenty/twenty/infra/dev'
make: *** [Makefile:2: provision-postgres] Error 2
How do I fix this?
42 replies