Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

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....

My workflow is not triggered

I tried to build a workflow, that shall be triggered, when a note is updated. The code simply makes a webrequest. When I click the "Test" button, the request comes through, but when I update a note, nothing happens. The "IP" is of course replaced with the correct value. The workflow is active. Is there something I might have overlooked?
No description

webhooks not firing (docker compose setup)

Need some help with setting up webhooks. I've got the sever running - google auth, email + calendar sync, API, etc. But i can't get webhooks running. I've upload a screenshot of docker compose logs -f worker As far as I can tell the worker is running, but webhooks do not fire even though multiple are registered. 1 configured manually through the UI and a few via the API....
No description

[SOLVED/WORKAROUND] Error when uploading an image - permission denied mkdir (docker folder bind)

I deployed a docker instance of twenty recently using docker compose via portainer. And i've been having a few issues. One of them is the fact that i can't upload any image, I noticed the cosole shows a permission denied error when trying to make a directory on the data folder. Just in case the folder is a bind on docker instead of an actual volume. I attached a screenshot of the permissions it has....
No description

Work Capacity Overview

Hi all, I'm using Twenty to track client opportunities for my consulting business. Each opportunity has a monetary amount, a set of hours that needs to be worked and a period it has to be done in....

I am not able to run twenty in my local setup. Need help

I am able to do upto before yarn, I did every step. Context: I am doing this in Xubuntu in Virtual Box, I run "yarn install" it said like enough space not available so I increased Virtual Box size and then used GParted mounted it, run and allocated the unused space for using. Even after also this it didn't work. I am providing the reply of chatgpt on giving the error and telling to tell what is breaking: " 💥 What's Breaking ❌ Build failures – Native packages like: sharp ...

App Outage: Found 1 workspaces with pending migrationsdock

Hi, something weird has happened to my self-hosted twenty instance... It was working fine on 0.55.9 - about three weeks ago I had a failed attempt at upgrading to 1.0.0, but managed to roll back successfully - at least that's how it appeard at the time, and it was working fine until I left for holidays. I dropped by the office to fix some internet issues and had to reboot the host machine as well, and now nothing works - I keep getting various error messages and can't see any of the data models in the UI. In the admin panel the app is marked with outage, and claims that it found 1 workspace with pending migrations. According to docker ps all containers are healthy, but there are numerous SELECT errors in the twenty-server logs. The first one is this: query failed: SELECT "favorite"."position" AS "favorite_position" ......

SELF HOSTED Unable to Reach back-end.

HI Y'all I am new to Twenty CRM trying to see if it would work for our use cause. I recently insalled the docker compsoe 1-click installation(yesterday) and I was getting Unable to Reach back-end the whole day tryed everything could't get it working eventully i delted everything for the 3rd time and reinstalled it and then it was working for me, loged in and can play around, then when i shared it with my colleagues to test they now keep gettting Unable to Reach back-end , so i don't quite understand why. I am using an old pc with unbuntu on it as a server, with the Latest version of docker and twenty, how do i reslove this problem, I don't see anything on the forms about it I did go through the docker trouble shooting doc but don't really see anything there that i think would work. appreciate any help. Cheers...
No description

Deploy with own Database - Railway

has anyone deployed it with their own database? If so how?

Google OAuth verification

I’m getting an issue with my Google OAuth Verification. The message is below. How do I change the privacy policy in a self holsted instance. We need you to address the following items for us to continue your app’s verification: Your homepage https://xxxx/welcome does not include a link to your privacy policy: https://twenty.com/legal/privacy...

Reorder Fields in Object Detail View?

Is it possible to reorder the fields that appear in the detail view for an object? Additionally is it possible to hide fields in the detail view? I can't seem to find any documentation or github issues related to this.
No description

Workflow 101 Documentation

Hey Everyone -- I feel embarrassed saying this, but I really have no idea how workflows actually work. I've tried to find documentation on Twenty's website. I've looked on YouTube for tutorials. So far I haven't come up with anything that shows me how to use it. All I'm hoping to do is select a group of people from my contacts and create an email automation that sends out a different email every week for 5 weeks. Is there any material that you reference to help you get the hang of Workflows?...

Self hosted docker email & calendar bug

Hi guys, I installed Twenty on my local machine using Docker Desktop but on Email & Calendar page I can't select provider, list comes empty. Any fixes I can try?
No description

redirect issues

im using this .env config ``` SERVER_URL=https://crm.website.com IS_MULTIWORKSPACE_ENABLED=true DEFAULT_SUBDOMAIN=crm...