JarWarren
JarWarren
TTwenty
Created by JarWarren on 8/27/2024 in #❓︱help
Automatic, incrementing object names
Many apps have object types that are named automatically and incrementally. Tickets, work orders, etc. WO-0001, WO-0002. Is there a way to achieve something comparable in Twenty?
3 replies
TTwenty
Created by JarWarren on 8/23/2024 in #❓︱help
Help understanding the difference between `npx nx start` and `yarn command:prod`
No description
17 replies
TTwenty
Created by JarWarren on 6/28/2024 in #❓︱help
Best practice to periodically wipe the database
Do you guys have a cron set up to periodically wipe your demo environment database?
4 replies
TTwenty
Created by JarWarren on 6/20/2024 in #❓︱help
What is the "Support Chat" feature?
No description
7 replies
TTwenty
Created by JarWarren on 6/8/2024 in #❓︱help
`yarn command:prod` fails even though `npx nx start` succeeds
The very last successful log is "AuthModule dependencies initialized". Normally, the next log should be "HealthController {/healthz}:". So it's either failing on the AuthModule or the HealthController. My guess is that it's failing to ping "/healthz" but I'm not sure how to debug. Any help is greatly appreciated.
[Nest] 54967 - 06/08/2024, 3:47:08 PM LOG [InstanceLoader] UserModule dependencies initialized
[Nest] 54967 - 06/08/2024, 3:47:08 PM LOG [InstanceLoader] AuthModule dependencies initialized

[Nest] 54967 - 06/08/2024, 3:47:08 PM ERROR [CommanderError] (outputHelp)
Exception Captured
undefined
[
CommanderError: (outputHelp)
at Command._exit (/home/funnelmink/crm/node_modules/commander/lib/command.js:461:26)
at Command.help (/home/funnelmink/crm/node_modules/commander/lib/command.js:2079:10)
at Command._parseCommand (/home/funnelmink/crm/node_modules/commander/lib/command.js:1275:12)
at Command.parseAsync (/home/funnelmink/crm/node_modules/commander/lib/command.js:936:16)
at CommandRunnerService.run (/home/funnelmink/crm/node_modules/nest-commander/src/command-runner.service.js:197:14)
at CommandFactory.runApplication (/home/funnelmink/crm/node_modules/nest-commander/src/command.factory.js:37:22)
at bootstrap (/home/funnelmink/crm/packages/twenty-server/dist/src/command/command.js:29:41)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
code: 'commander.help',
exitCode: 1,
nestedError: undefined
}
]
[Nest] 54967 - 06/08/2024, 3:47:08 PM LOG [InstanceLoader] UserModule dependencies initialized
[Nest] 54967 - 06/08/2024, 3:47:08 PM LOG [InstanceLoader] AuthModule dependencies initialized

[Nest] 54967 - 06/08/2024, 3:47:08 PM ERROR [CommanderError] (outputHelp)
Exception Captured
undefined
[
CommanderError: (outputHelp)
at Command._exit (/home/funnelmink/crm/node_modules/commander/lib/command.js:461:26)
at Command.help (/home/funnelmink/crm/node_modules/commander/lib/command.js:2079:10)
at Command._parseCommand (/home/funnelmink/crm/node_modules/commander/lib/command.js:1275:12)
at Command.parseAsync (/home/funnelmink/crm/node_modules/commander/lib/command.js:936:16)
at CommandRunnerService.run (/home/funnelmink/crm/node_modules/nest-commander/src/command-runner.service.js:197:14)
at CommandFactory.runApplication (/home/funnelmink/crm/node_modules/nest-commander/src/command.factory.js:37:22)
at bootstrap (/home/funnelmink/crm/packages/twenty-server/dist/src/command/command.js:29:41)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
code: 'commander.help',
exitCode: 1,
nestedError: undefined
}
]
4 replies