Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

Build Issue

I pulled the v1.1.0 code and tried running npx nx build twenty-server, but the terminal gets stuck—it doesn't proceed further, and I can't even stop the process. I can only close the terminal to get out of it.
No description

Local Setup Issue

Hey everyone. I'm trying to contribute to this project but I'm running into an issue. Whenever I run yarn install from the root, it gets stuck during the fetch step. It just exits after a long wait and doesn't install the node_modules. Any idea what could be going wrong or how to debug this better? Would really appreciate any pointers
No description

Login error after migration data

I met problem after backup data, upgrade and migration data to new version. How can i detect and fix this problem. I checked logs for server, db and worker dont show any error...
No description

SSL Certificate Generation pending for custom domain in the hosted version.

Dear Support Team, after setting up a custom domain in the CNS for the hosted version of Twenty CRM, we encounter the following issue: "SSL Certificate Generation -> Pending"...

Not able to run the server

I run the command : NODE_OPTIONS="--max-old-space-size=4096" npx nx start twenty-server . I prefixed it with NODE_OPTIONS to accomodate it enough ram for its running, it ran but after some time this error was thrown, I checked it then I found in package.json the main command is pointing to right file path: dist/src/main.js but the error says it is finding in dist/main.js. Help me with this.
No description

Twenty Installation on Debian seems to be hanged as I cant open localhost:3000.

I am installing twenty on Debian for the first time using install script and docker image. I am not able to open localhost:3000 . My installation seems to be hanging at
No description

{solved - overseen} Workflow and external automation Tools

Hey Community, I have detected that the internal workflow system can be triggered by the change of any object value. However, for companies and contacts, there is no ID submitted in this workflow. If I work outside of the arm with the data, then it's best to get the ID also submitted....

Question related to workflow limit | exceeded

I was using an workflow to update all companie accounts in the db (1200) And i exceeded the workflow limit Is there an option, to let this run smoother - slower? ...
No description

{solve - my fault} Issue: Unable to import into 20 CRM - hosted and selfhosted version

Description: I'm facing a weird issue where I am unable to import companies into 20 CRM. This issue is occurring in both the version hosted by twenty and as well as in my self-hosted version. Even when I export the existing demo data companies and import them right after this, I encounter the same failure in both versions ( twenty hosted / self hosted ) ...

First Steps With 20 CRM Adding Pages Forms and Calendar Booking Integration

Hey Community, i am since a few days addicted to 20crm I'm looking for help with my first steps with 20 CRM. ...

[SOLVED] Filtering all people with Company = is empty only returns 10 instances.

I'm trying to filter all of the people that got imported to see who is not associated with any company yet. When I use the filter Company is Empty it only shows 10 people, but when I scroll through the list manually there are way more than 10 people with nothing in the company field. Could the filter be hiding people that previously had a company associated with them? I have deleted a few companies earlier that I didn't remove the people from first....

Last updated doesn't seem to be working for me.

Hi! Excellent product, very happy with things so far. I've added some people yesterday and created a note on one person today, I sort the people by last updated but the note I created doesn't seem to count as an update? Am I doing this wrong? Ideally, I'd be able to view my contacts by the last time they were updated with ANYTHING email, note, etc. Any help would be appreciated....

Workflows on workspaces failing

Hi, I am self hosting v1.1.1 and I'm using multiple workspaces. Workflows are working as expected on my primary workspace, but when I try to run a workflow on any other workspace I get the toast message in the UI 'An error occurred.' Looking at the db container logs I see this error [42524] ERROR: invalid input value for enum workspace_5eogcnhvg0ht12x9i45sd8c2k."workflowRun_status_enum": "ENQUEUED"...

My fields were renamed in a other language.

I’ve noticed that in my hosted version of Twenty, the labels of some standard fields are suddenly displayed in what appears to be Polish or another non-German language. This change happened without any action on my part. My installation is intended to be in German, and was working correctly before. Could you please help me understand why this happened and what I can do to restore the correct language? Thank you in advance for your support....

Workflow: webhook -> create a task

Hi. I'm evaluating Twenty CRM, and wondering about the Workflow. My workflow starts with a Webhook as a trigger, then I want to use the data sent to the webhook, to create a task record. But I failed to extract the data from webhook post payload. I tried using code to extract. So I'm wondering if this is possible right now (v1.1.1)? If it is, how can I extract the data from the webhook payload...
No description

Mails don't show up for contacts or companies

I've one issue with email syncing to contacts in my podman installation of twenty in version v1.1.1 - which I installed from scratch, so no migration issue. The system seems to run flawlessly: - health status is green for every service, - active sync shows "1"...

field names changed to chinese locale

I'm on cloud Twenty. Recently, the record labels for the Objects switched to Chinese (see the first screenshot). Object names remain in English. My language settings (/settings/experience) are set to English. Any idea how to fix this?...
No description

No logs after launch

Hello I use the same docker file from github, without any specific parameters. I have logs when all services are launched, but nothing after. I tried to add LOG_LEVEL: debug in the docker-compose and other stuff like that, but no improvement. `$docker-compose logs -f server...

Upgrade from 1.0 to 1.1 did not update workspace version number

Hi you all I updated from 1.0 to 1.1.1. It seems to work but I have this warning : `[Nest] 56 - 07/21/2025, 5:08:54 PM LOG [UpgradeCommand] Initialized upgrade context with:...

Code Examples for Workflows

Are there any code examples that anyone has shared for the Code Workflow action? Specifically I'm curious how I should go about accessing the GraphQL API from a Code action. I'm very familiar with GraphQL from having worked a lot with Shopify, but I'm not so familiar with how to use it in this environment. For instance, should I just hardcode my API key into the code? Side note: I can access quite a few useful variables via process.env, even though shows an error in the code editor....