Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

docker stack

Hello guys. Someone have a stack of twenty for docker swarm?

Relational metadata is missing

Afternoon people. Did some version hockey to get Twenty onto postgres:16, however a version or 2 later than we should have, and this error is occurring on login. Is there any easy fix to populate this required metadata?...
No description

issue with Address field creation in self-hosted instance

Environment: Self-hosted Twenty CRM v0.53.8 Expected behavior: Self-hosted instance should allow "Address" field in the custom Property object. Cloud version works as expected. Actual behavior: Self-hosted instance rejects field creation with "name not available" error...
No description

twenty can't find its database

I'm trying to run Twenty behind a reverse proxy (traefik) and I have been using a script to help manage/configure it (deplyrr). In doing so, I'm trying to shoe-horn the .env's together by transplanting all of twenty's env variables into my other .env, and use the same ones that I am able to get working with twenty as a standalone stack, AND get twenty to fit into the formatting that deployrr uses - to be able to use the automation that it has setup with traefik... but I keep running into the same issue where the server cannot find the database at the database address. I have all of the services split up into individual yml files (twenty-server.yml, twenty-worker.yml, twenty-db.yml) and redis is already running on my server, and has been associated (I assume correcly.. But I even if I create a second redis container using pre-defined settings, it doesn't seem to help)...
No description

_a3.trim() is not a function

Hey, I'm getting greeted with this error when trying to click on a user's name (opening up their menu). One time it said "label.trim() is not a function" but couldn't replicate. I'm creating users using the graphql api. e.g. clicking this thing...
No description

SelfHosting - Email Invite Issue

Background - I have hosted twenty on AWS. I have configured a rds postgres instance to be used as DB instead of the one in docker volume. The application is hosted well and I can access the application on http using ec2 instance public ip. so far good. I can Also see db updates and schema creation working well. Problem - I need to add more people to workspace and need to send email invites. The receiver is not receiving any email. I am using aws ses and currently using email option in sandbox and have also verified the sender and receiver emails in aws. I have added the below keys in .env file EMAIL_DRIVER=smtp EMAIL_SMTP_HOST=email-smtp.ap-southeast-1.amazonaws.com...

Workspace Schema not found

I try to upgrade for v0.54.6 But have this error when make login: 2025-05-23T17:28:28.913356506Z TwentyORMException [Error]: Workspace Schema not found for workspace 99449ada-8490-4ee4-8bca-ab947cb1c015...

Is this error normal

I checked the logs and I am getting this error. I did have to fix the error, credentials was not correct for the database and also when I connected to twenty for the first time it did not create an account so I had to go through those steps to get that working under the troubleshooting section. I am able to connect to docker with no issues. I do not get this error when I run my Ubuntu VM 24.04.2. WinPro11 WSL2 Docker desktop (windows)...
No description

Entries hide in Group by

Hi, record entries hide when I select the Group by for a field & have table view. I see the conditions but no entries under them. I see the # of entries under each condition but the entries do not show on the UI. If I change the view from Table to Kanban, I can see them. Here are the screenshots for ...
No description

Accessing OpenAPI docs without an API token (not permitted?)

Im trying to access OpenAPI docs to check out the documentation (https://twenty.com/developers/rest-api/core#/) but I cannot view the docs before generating an API token. Is this on purpose?

enable text wrapping in table view

is there any way to enable wrapping in the table view, and not just in the record view? I created a ticket last time, but it was closed because it referenced the wrong element. If it's not possible, is there any way to apply a custom style? https://github.com/twentyhq/twenty/issues/11831...

Issue setting up the project in local

After following the official documentation, when running npx nx start twenty-server, I am getting the error for which I have attached the screenshot. Also, when running npx nx start twenty-front, I am seeing the error of unable to reach backend. I have also done In packages/twenty-front/.env uncomment VITE_DISABLE_TYPESCRIPT_CHECKER=true and VITE_DISABLE_ESLINT_CHECKER=true....
No description

Programmatically create a workspace before its creation

Currently, Twenty CRM does not provide a public API to programmatically create a workspace before its creation. Workspace creation is typically initiated through the user interface during the sign-up process. Did anyone here wrote a script / db queries to automate the sign-up process and the workspace creation without the user interface? THank you for your time!...

Fresh install failing

Im self hosting v0.53.0, but I cannot login to a workspace (single workspace setup). I also had these errors pop up with multi-workspace setup and Im not able to login. ``` [Nest] 1 - 05/21/2025, 7:24:09 PM ERROR [ExceptionsHandler] relation "core.user" does not exist 2025-05-21T19:24:09.426927745Z QueryFailedError: relation "core.user" does not exist...
No description

[worker command] Google Account stuck on "Importing" after OAuth change. ✅

Hi, we changed our google workspace domain, so i figured i had to change the OAuth as well. We setup a new OAuth application, but after i connect and get redirected the Google account remains on "Importing" indefinetly. I reckon it is a stale state of the queue worker. But after redeploying the docker compose setup, it still remains in this state. How can i fix this?

Missing pointOfContact & company fields in Opportunities API

Hi all! I’m running a self-hosted Twenty CRM (v0.52.11) and using the n8n community node to automate enquiry processing. My use case: I want to check if the email address from a form submission already exists in the database and is associated any sales opportunities....

M365 email and calendar sync fails

Hi, using 0.53 here! We are failing to sync emails and calendar data but everything seems to be configured correctly on both ends Attached on this message you can find our Azure config. The worker keeps sending us these lines : ```log...
No description

Failed upgrade from 0.52 to 0.53, Error: Join column name is not defined

I attempted to upgrade to 0.53 this morning and recieved the following error. I needed to roll back as I was unable to log in. server-1 | Exception Captured server-1 | { user: undefined, workspace: undefined } server-1 | [...

Latency upon initial load

I deployed twenty using Docker on EC2. I sometimes get 4-5 seconds of initial page load time when I go to my deployed twenty. Has anyone else experienced this?

twenty crm railway template

hi! i'm trying to set up a basic self host using the railway template at https://railway.com/template/nAL3hA. upon using the template, i skipped the email env vars, setting them to empty strings since i haven't set up and do not think itll affect basic setup. the deployment consistently crashes like the image sent, and the logs mention this. ...
No description