Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

Not able to Setup dev environment

Hi , I was trying to set up dev environment but every time i am getting this error message Error during migration run: error: password authentication failed for user "postgres" at Parser.parseErrorMessage (/home/priyanshu/workstation/TWENTY/twenty/node_modules/pg/node_modules/pg-protocol/src/parser.ts:369:69)...
No description

Emails sequences

Hey there, how can I build email sequences? Is it possible to do so using workflows? Could you provide some guidance on this?

Moving through the update chain from 0.34.0 to 0.35.0 >

Hey All, I'm starting to start the chore up upgrading through the chain of releases. At the moment, I'm running into another migrations issue. I wish there was a core migrations checker/sync. It seems from time to time a migration is missed and it totally nukes the entire app. Anyways, upon the upgrade command I see this failed query:
SELECT * FROM "information_schema"."columns" WHERE "table_schema" = 'workspace_xxxxxxxxxxxxxxxxxx' AND "table_name" = 'person' AND "column_name" = 'phonesPrimaryPhoneCallingCode'
SELECT * FROM "information_schema"."columns" WHERE "table_schema" = 'workspace_xxxxxxxxxxxxxxxxxx' AND "table_name" = 'person' AND "column_name" = 'phonesPrimaryPhoneCallingCode'
`...

Error when opening opportunity

Instance is self-hosted via docker Version is 0.44.2 Error from console: ```js...

Select multiple items

I want to modify a group for example 10-20 object for example contacts to assign a fix date
No description

Enabled Lab > Roles and now I can't access some menus

I am on Version v0.44.3 and I enabled a Lab feature that enables Roles apart from Admin and Now I can't see some menus. This is deployed in Docker-Swarm on a private VPS, working fine otherwise. I can't seem to disable it to go back to the previous setting. Is there a way I can fix this? ...
No description

Creating custom views with multiple objects

Hi Twenty Team, I would like to create a custom view merging two or more objects. Eg. I have a table of people, companies and company office locations. I would like to see, sort and filter employees of companies by their office locations. ...

Setting up Twenty CRM on Unraid with Nginx Proxy Manager: Issues & Solutions

Hope this is okay, did get AI to essentially re-write my few hour long into a sorta concise format Hey everyone! I recently set up Twenty CRM (the open-source CRM platform) on my Unraid server and ran into some issues, particularly with the reverse proxy setup. I wanted to share my experience and solutions to help others who might face similar problems. Issues I Encountered...

Upgrade from 0.41.5 to 0.44.0 fails

I have followed the 1-click w docker compose guide to install twenty to latest version. I seem to have gotten 0.41.5 Now I want to upgrade to latest version 0.44.0 ...

How do events work?

If I look at a person record, and go to the Calendar tab, it says "No events have been scheduled with this person yet". But... for the life of me I can't find a way to schedule an event. Is this solely based upon syncing an external calendar? Or is there some way to add events to a person's record that I'm just missing?...

npx run command failing, module not found

This issue occured while running twenty project on local in WSL setup ```
node dist/src/command/command.js cache:flush
...

Email sync failed - self hosted

Hi everyone. I did a self host of Twenty and tried setting up email sync. But it's giving me error "sync failed" however, I see people and companies creates out of my email account. Is there a way to debug the sync jobs? Running everything in a docker-compose.

Import/Export Data not available on self-hosted version

I am wondering why this feature is not available on my self-hosted version?
No description

Cloud version : Error while creating a new object

When I create a new object from the kanban view I get this error and the tile is not created. If I create from new button on the top right, the tile is created but withou any name (blank) We probably have an error with the field name in the table company. ...
No description

Showing related fields in other views

When adding an opportunity, it's currently linked to a company and to a person. Is it possible, to show on the opportunity screen, a field from the company table and use this as a grouping/filter? Currently the only fields I am able to use as those that belong directly to the opportunity data model. Another example would be, I want to filter all companies with field value of x on the people view so that I can pull all those contact details....

Safe way to backup and restore twenty database when workspace entity changed

Hey everyone, I am looking for a way to safely backup and restore the twenty database when there is a change in the workspace entity such as adding a new column or adding a new entity that requires running the command: npx nx database:reset twenty-server Thanks in advance for your help!...

Self-hosting in ECS with RDS+ElastiCache hungs

I've been trying to setup the server in ECS with the Dockerfile provided. Locally, I am able to run the container, against RDS using a ssh tunnel. Whenever I want to run with ElastiCache, I found multiple issues. I ended up using a local instance of Redis. For production, I'm changing my initial plan of using ElastiCache to containeraized Redis. I wonder if anyone else had this problem and what they found in the process?...

Issue with yarn database:migrate:prod on version 0.43 – duplicate key value error

Hey everyone, I'm encountering an error while running the migration for version 0.43 with the following command: yarn database:migrate:prod ...

local development wsl setup: JS heap out of memory

how much is required? ```npx nx start twenty-front ...

Does specifying NODE_ENV=development or SIGN_IN_PREFILLED=true affect self-hosted in API playground?

I saw a few posts saying that they could not access API documentation (https://twenty.com/developers/rest-api/core#/) with self-hosted, which I am also one of them. It seems that there is no solution yet, only work around. Only on 07/03/2025, I was able to use the playground for both REST and GraphQL APIs with my API key. It was on the same day that I tried changing these environments for my server container. Now it does not work again, although I didn't modify anything since. So, I would like to ask if these two variables affect the playground, or does anybody know the solution? I am not sure if it was due to the update 3 days ago or not, that I managed to access the documentation. I am able to send and get response properly with REST API, just could not use the playground. My instance is version 0.43.2....