Twenty

T

Twenty

Join the community to ask questions about Twenty and get answers from other members.

Join

❓︱help

🏡︱general

💻︱development

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

Microsoft integration with Email visibilty fails

Hi there, we are running a twenty docker setup on version 0.41.15 and are stumbling across this error:
BaseGraphQLError [GraphQLError]: Value "SHARE_EVERYTHING" does not exist in "MessageChannelVisibilityEnum" enum. Did you mean the enum value "share_everything"?
BaseGraphQLError [GraphQLError]: Value "SHARE_EVERYTHING" does not exist in "MessageChannelVisibilityEnum" enum. Did you mean the enum value "share_everything"?
Found out that the enum default
workspace_<id>."messageChannel_visibility_enum"
workspace_<id>."messageChannel_visibility_enum"
a problem is. Our default value is in lowercase instead of the uppercase default value....
No description

ViewFieldAggregateOperationEnum not found

How is this registered in the codebase? when we have registered this registerEnumType(AGGREGATE_OPERATIONS, { name: 'AggregateOperations', }); ...

Infinite scroll is broken on Safari

I have 500 companies listed. When I scroll, after around 50-70 displayed (first picture), the "All Companies" view is empty (second picture). If i scroll back, companies are showing again. I tried without Name ordering....
No description

Create record using api (position value)

Can the position value have duplicate values? What this value actually use for?

Unable to delete workspace if records have an attachment

Error received: null value in column "authorId" of relation "attachment" violates not-null constraint How to fix?...
No description

Restricting history of calendar and email sync

Hi! Just pulled the 0.43.5 image and did a clean setup with Microsoft Outlook Sync. I got it running successfully, but notice it has started syncing my whole history. Is it possible restrict the initial import to say 1 year?...

Any Internal API documentation?

Hi, where can i find the internal API documentation? I Would like to use this in serverless functions.

Duplicate fields on listing page

When I clicks multiple times on the "Unhide Field" button from the Options → Fields dropdown, the same field appears duplicated in the listing screen. This causes visual redundancy and confusion when managing or viewing data. @charles @bob @thomast...

Emails not updating after sync v0.43.4

For a while now (on the last few major versions), i've noticed my emails (gmail) will not update in twenty when there's new emails sent and received. I can spin up a new twenty stack in docker, it'll sync all emails, customers etc with the most recent emails. But anything new after that is not synced. I've followed all the steps in the documentation for the latest versions, i have all the workers running. ...

Deleted members from workspace can't be invite back again.

Error saying "Member is already in the workspace" version .42 local installation...