Twenty

T

Twenty

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

Join

❓︱help

🏡︱general

💻︱development

Problems with updating object field and overall feedback

When trying to update existing field of an object i get "cannot alter array type _client_paying_enum[]". Also first time it happend it crashed the whole system and i had to uninstall everything and deploy it once again. I am deploying it with kubernetes manifests and on Azure AKS. Did anyone else had this problem? Also to me it seems that user experience is still unfinished with a lot of small problems like when I am trying to signing in process is weird, not sure if I did it right or not, it...

Heving problem opening a person profile

Hi! I was adding a person and realized that I need to add one more field Telegram, after added it I can't open any person profile. Using cloud.
No description

Looking for frontend opportunities (React js)

Hi I hope this message finds you well. I am currently seeking a new opportunity as a Frontend Developer. I have hands-on experience with the MERN stack and a strong background in building dynamic and responsive web applications....

worker exception - self hosting

Hi, i am running 0.33.7 version of application on my server, but recently i restared services and since then i am getting exceptions in worker: `ReplyError: NOAUTH Authentication required. at parseError (/app/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/app/node_modules/redis-parser/lib/parser.js:302:14) { command: { name: 'info', args: [] }...

Import users

Is there a way to Import users. I need to load about 200 users to the workspace and import all of their data from another system.
I am going to try just manually importing to the workspaceMember table but wanted to see if there is a better way to do this....

Unable to access Rest API Core

When i create my API key under Settings > Developers (API & WebHooks) and paste it to (https://twenty.com/developers/rest-api/core#/) can't access the page further. What could be the problem? I am self-hosting it on AKS. Thanks in advance.
No description

OnClick environment How to Access Database directly

Hey Team This is a newbie question but I cannot seem to figure it how. I have the OneClick Docker image working and the site is working great. How do Access the database directly. what is the username and password.? My goal is to create the schema for the workspace through the website then do a large data import directly via SQL. I need to load about 200K persons and 4Million notes as a stress test from another CRM system. Thanks for you help with this very basic Question....
No description

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