Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

enable text wrapping in table view

is there any way to enable wrapping in the table view, and not just in the record view? I created a ticket last time, but it was closed because it referenced the wrong element. If it's not possible, is there any way to apply a custom style? https://github.com/twentyhq/twenty/issues/11831...

Issue setting up the project in local

After following the official documentation, when running npx nx start twenty-server, I am getting the error for which I have attached the screenshot. Also, when running npx nx start twenty-front, I am seeing the error of unable to reach backend. I have also done In packages/twenty-front/.env uncomment VITE_DISABLE_TYPESCRIPT_CHECKER=true and VITE_DISABLE_ESLINT_CHECKER=true....
No description

Programmatically create a workspace before its creation

Currently, Twenty CRM does not provide a public API to programmatically create a workspace before its creation. Workspace creation is typically initiated through the user interface during the sign-up process. Did anyone here wrote a script / db queries to automate the sign-up process and the workspace creation without the user interface? THank you for your time!...

Fresh install failing

Im self hosting v0.53.0, but I cannot login to a workspace (single workspace setup). I also had these errors pop up with multi-workspace setup and Im not able to login. ``` [Nest] 1 - 05/21/2025, 7:24:09 PM ERROR [ExceptionsHandler] relation "core.user" does not exist 2025-05-21T19:24:09.426927745Z QueryFailedError: relation "core.user" does not exist...
No description

[worker command] Google Account stuck on "Importing" after OAuth change. ✅

Hi, we changed our google workspace domain, so i figured i had to change the OAuth as well. We setup a new OAuth application, but after i connect and get redirected the Google account remains on "Importing" indefinetly. I reckon it is a stale state of the queue worker. But after redeploying the docker compose setup, it still remains in this state. How can i fix this?

Missing pointOfContact & company fields in Opportunities API

Hi all! I’m running a self-hosted Twenty CRM (v0.52.11) and using the n8n community node to automate enquiry processing. My use case: I want to check if the email address from a form submission already exists in the database and is associated any sales opportunities....

M365 email and calendar sync fails

Hi, using 0.53 here! We are failing to sync emails and calendar data but everything seems to be configured correctly on both ends Attached on this message you can find our Azure config. The worker keeps sending us these lines : ```log...
No description

Failed upgrade from 0.52 to 0.53, Error: Join column name is not defined

I attempted to upgrade to 0.53 this morning and recieved the following error. I needed to roll back as I was unable to log in. server-1 | Exception Captured server-1 | { user: undefined, workspace: undefined } server-1 | [...

Latency upon initial load

I deployed twenty using Docker on EC2. I sometimes get 4-5 seconds of initial page load time when I go to my deployed twenty. Has anyone else experienced this?

twenty crm railway template

hi! i'm trying to set up a basic self host using the railway template at https://railway.com/template/nAL3hA. upon using the template, i skipped the email env vars, setting them to empty strings since i haven't set up and do not think itll affect basic setup. the deployment consistently crashes like the image sent, and the logs mention this. ...
No description

Cant delete custom field

the option to delete a custom field is not available.
No description

How can I have multiple filter relations

How can I have multiple filter relations between two objects where both objects are able to have many relation type. Not just one way but where it works both ways? A and B are objects.
No description

Admin Panel not visible

Although I have admin access, the Admin panel is not visible in settings. @prastoin @Guillaume...
No description

Workspace version and APP_VERSION

Can someone please explain the purpose of core.workspace.version and APP_VERSION, and how they impact the data migration process? @prastoin @charles @Guillaume...

Creating Data Models via API with Relations

Hi! We're just onboarding onto Twenty and are really loving what y'all are doing here so far! We're looking into building some API integrations to automatically create tasks, notes and other custom data models that we have. However, all of the create REST APIs don't seem to expose a way to define any relations on the created data model. Is this currently possible via API?

.xlsx files can't be viewed

I attached a .xlsx file to a person and I can see it in the list of Files. However, when I click on the File I get an error: An error occurred We're sorry, but for some reason we can't open this for you. ...

Rest API issue when filtering by array

Currently, running 0.53.4. Everything is going great! One thing that still I can't workaround (and I maybe need to send a fix for this) is filtering people by a value in a multi-select
No description

Manually updating workspace to 0.51.0

Hi all, I seem to be trapped on 0.52.0 which, as per the upgrade guide, requires the manual update to 0.51.0. Can anyone provide instructions on how to perform this manual change?...
No description

Name field mandatory?

It seems I can't delete the name field when defining a data model object. I don't want the employees to fill that field. E.g. "Week plan" has a year, a week number and notes. What do I do with the name?...

quick search for custom field

Hi, I think it's a common use case to add a custom field "Customer Number" to a company. Quick Search doesn't consider this field in my case? What am I doing wrong?