Twenty

T

Twenty

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

Join

❓︱help

🏡︱general

💻︱development

Upgrade 0.42 -> 0.43 -> 0.44. Workspace objects & favorites disappeared.

Hi there!! Self-Hosted. I ran all the required migrations and upgrades from 0.42.2 to 0.43.5 to 0.44.11. Attached last upgrade logs (0.44.11), all passing but that last message (duplicate, record already exists, I assume that is not a problem?) . I migrated from spilo image to postgres:16 on the 0.42.2 -> 0.43.5 migration....
No description

Error during local setup on windows(wsl)

I am trying to setup twenty monorepo on my windows(wsl), but when i run the start command according to the docs, i am getting the below error. nx run twenty-shared:build [0] [0] 🎁 error twenty-shared specifies a entrypoint "./E:\projects\open-source\twenty\packages\twenty-shared\src\constants/index.ts" but the file does not exist, please create it or fix the config [0] 🎁 error twenty-shared specifies a entrypoint "./E:\projects\open-source\twenty\packages\twenty-shared\src\testing/index.ts" but the file does not exist, please create it or fix the config [0] 🎁 error twenty-shared specifies a entrypoint "./E:\projects\open-source\twenty\packages\twenty-shared\src\translations/index.ts" but the file does not exist, please create it or fix the config...

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