Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

Error during latest upgrade

Hi all, Just updated to the most recent Docker container (from the second most recent, they are updated regularly), experienced errors when running the two database upgrade commands. When running yarn database:migrate:prod the first error occurs during the output, see attached....
No description

Update to 0.50 failed

Hello I updated and launched usual commands: yarn database:migrate:prod...

"Snapshot has already been released." - Firefox engine

Hey, We want to run our own local setup and step away from dockers. I have followed the local setup with version v0.44.7 on nixos. Everything works when running on Chromium engine except Firefox or with an Firefox engine like Librewolf. It seems that this issue is related: https://discord.com/channels/1130383047699738754/1325958588325302367. Is this a known problem within Twenty and can this be resolved some way? Thanks!
No description

AUTH_GOOGLE Error When Installing Version 0.50.0

When installing this new version, it is not possible to log in with Google for the first time as it always shows the error "Authentication failed." Creating an account using a regular email also fails, showing a message that you do not have permission in this workplace.
No description

E-mail sync not working

Hey 👋 small update after 4 days stuck in “Importing...” on email sync: Google Calendar works fine ✅ gRPC stats show 0 errors (MailboxService.ListMessages = 12 calls, all successful)...
No description

API filtering NULL value on enums

I have added a select to the people model with some values. Later I found the set as default which I did not do when creating the field. I now have a bunch of records with a NULL value (seen in the API response) for this field as setting to default after does not backfill. I am trying to now script this using the API, the issue I have however, is I can find no way to find people based on this NULL value. I have tried combinations of operators and none seem to yield the correct result. emailStatus[eq]:BLOCKED ✅ emailStatus[neq]:BLOCKED ❌ No results...

Try to update .43 to .44 with yarn command:prod upgrade error APP_VERSION is not defined

I did these two command on local setup yarn database:migrate:prod yarn command:prod upgrade But got error on second command:...

Workflow Documentation

Hey, I know that workflows are not released yet, but I am evaluating TwentyCRM and the only thing stopping me is lack of computed fields which workflows are meant to solve I think. So I'm trying to update a field in a record that I have just modified using a workflow. But I can't quite get the Code step to work as its completely undocumented as far as I can see. Has anyone got a documentation link or any examples about how to update an updated record using the Code Step? Thanks!...

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