Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

I can't login

after linking my google accounts to twenty, I can't login using my outlook email and password. outlook is linked to google via SMTP, and I want my emails to show up in twenty. please help.

Getting error while creating new field.

Hey! I'm trying to create a field spcificaly select in Company but get this error.
No description

yarn fails?

Hey everyone, I'm trying to get Twenty to work on an ubuntu server. Been following the guide for 1-click docker but have some issues though! I can access the localhost:3000 but when I try to sign in I just get the "relation "core.user" does not exist" message, so I ran docker exec -it twenty-db-1 psql -U twenty -d default and then signed in which worked. After running \dt it just says "default=# \dt Did not find any relations....
No description

Deploying TwentyCRM on AKS with Kubernetes Manifests

Hello, I am trying to deploy TwentyCRM on AKS using Kubernetes manifests but have encountered several issues along the way. I followed the instructions provided in the official repository (https://github.com/twentyhq/twenty/tree/main/packages/twenty-docker/k8s) but still haven't managed to get the CRM running successfully. Here are some of the adjustments I had to make:...
No description

SoftDelete Issue

Hi @charles We recently updated our codebase from version 23.0 to 24.1 and followed the upgrade process outlined in the guide. After running the commands yarn database:migrate:prod yarn command:prod upgrade-0.24, we noticed an issue: the isSoftDeletable field in objectMetadata is set to null instead of true or false. As a result, the soft delete functionality is not working in our project. ...
No description

Data model existing objects can't be changed

I get there are basics for the data models that need to exist in order for the system to work but I can't edit any field from any of the standard data models. For the opportunities for example, I just want to have the precise date as opposed to the relative date currently shown. That's impossible from what it seems. Is there any way to bypass this lock?

How to reset password without email?

I have followed the 1-click guide to deploy a locally hosted Twenty instance. When I did this, I started registering an account on the Twenty instance. But now I have forgotten the password. There is a "Forgot password" feature, but it seems to rely on a working SMTP config. I do not have a working SMTP config and I am on a network that will now allow outgoing connections to SMTP servers. How can I reset my user's password without using email? ...

Struggling to launch with npx nx database:reset twenty-server

Seems like I'm getting an issue with a password authentication in when I execute this command.
No description

Setup a dev and prod server

Hello, I would like to create both a production and a development environment. My first local environment is functional. The second one is more complicated because I want it to be a production environment. However, I can’t find any instructions in the documentation on how to set it up. I’d like to use Git and be able to push my code changes from local to production....

Bulk updating records

I've searched to see if anyone has had this error and I can't find anything but I might be search for the wrong thing! I've uploaded a list which I'm happy with, now I want to upload those names again and update the information for those contacts which have changed (overwrite). But when I upload the .csv again, I'm told that it doesn't work because they're duplicates. ...

How can I permanently delete Companies that have synced through gmail

Hi, I deleted a couple of companies that came into my account. However twenty only soft deletes and I can’t find a way to permanently delete them. Maybe I’m missing something. Thanks for your help!...

How to change workspaces

I pulled newest changes which contain this PR and it seems it's impossible to change workspace now, how can I jump between workspaces as it's somewhat irritating when I have to reset database just to change between workspaces EDIT: Okay, I found how to do it, you simply have to remove the sub-domain from the beginning of URL, still preferred previous solution as it was simple...

can anyone help with local setup

ive successfully installed postgres,redis,etc. and im also able to run the setup commands without any errors . but when i ran npx nx start, it says to go to localhost:3001, but when i went there it says unable to connect. what am i doing wrong?

Translations and date format

Is there any way to translate TwentyCRM? Also is there any way to change date format? MM/DD/YYYY makes no sense. We need DD. MM. YYYY Thank you 🙂...

Unique number for custom field

Hi, Im using CRM to track our customers, and in Czechia companies do have IČO which is unique number, can I set custom field to be unique? So if someone tries to enter the same number for different company, it wont let them? Thank you!

Error: Cannot convert TS_VECTOR to column type.

Hi All, Upon login, I'm getting the error above. Has anyone seen this error?
No description

Unable to Reach Back-end: Failed to fetch

Hi, I bought hostinger with Ubuntu 22.04 with Docker (2 CPU, 8GB) I have installed Twenty with this command bash <(curl -sL https://git.new/20). Everything went OK, and site is loaded on with SSL. But all I get is error Unable to Reach Back-end...
No description

Regarding Test cases

Hi @charles , Can you confirm if there are any automated test cases already written for the twenty code? I am looking for tests that can help reduce manual testing and can be integrated into the CI/CD pipeline. Thank you!...