Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

Need help setting up

The frontend is shutting down again and again
No description

twenty and traefik

Hey all! I'm having trouble with Traefik not detecting a service called "twenty." The container is running, and the labels seem correct, but Traefik keeps marking it as "not found." Could someone share a working Traefik config with a similar setup for reference? Thanks in advance!

Cannot see "Workflows" and "Functions" functionality in my workspace (a single paid cloud user)

I've learnt that there is a "workflows" and "serverless functions" functionality that seems like is in main, but I cannot see it in my paid workspace (single user, cloud). I was wondering what could be the reason for it?

I’m setting up a self-hosted 20 CRM on AWS but facing some issues accessing it with a custom domain.

Steps I’ve Completed: 1. EC2 Instance Setup: Created an EC2 instance and associated an Elastic IP with it. 2. S3 Bucket Setup: Configured an S3 bucket as required by the CRM. 3. SSH Access: Successfully connected to the EC2 instance via SSH....

ApolloError: Metadata version not found for workspace e5e52d90-a26e-4ff7-81a1-c295d5df5b0b

Hi Guys, I'm self hosting twenty and when i try to create new workspace i get error from the title. NotFoundException: Metadata version not found for workspace e5e52d90-a26e-4ff7-81a1-c295d5df5b0b...
No description

graphql schema does not exist

Hello guys how are you? I do have 20 from 0.21 up to 0.31 and its fine, but i tried run another one 0.31 and I'm getting everytime this issue with graphql! Can someone help me please?...

"token invalid" when attempting to connect to google account

I believe I've set everything up correctly. Running in k8s (from github YAML, with modifications). I have enabled .../auth/userinfo.email, .../auth/userinfo.profile, openid, .../auth/calendar.events and ../auth/gmail.readonly in Google cloud console....

All requests fail due to erroneous data

First: Thanks for building Twenty. I'm building Polar.sh so it's safe to say I love everything open source 🙂 Started building an API integration to start importing & managing our CRM with Twenty today. Unfortunately, I created a Person that now has invalid data which crashes all requests both in the UI & via API. First, I created a person with null in lastName, e.g in this case we're on close basis so a single name felt more natural. It gave me an error that null was not accepted. So I updated my scripts to set '' (empty-string) instead. ...

Database migration issue

Hey @charles I have a question regarding our metadata database, specifically about the objectMetadata table, which contains two fields: labelidentifierfieldmetadataid and imageidentifierfieldmetadataid. How are we storing data in these fields, and what is their relationship with the fieldMetadata table? In version 0.4, these fields default to NULL, whereas in version 0.23, they contain some values as shown in the screenshot. I would like to understand how to migrate the data from version 0.4 to 0.23....
No description

Store pitch line for company

Hello, What do you think is the best way to store a "pitch line" for a given company? As a text field or as a "note" ? I want to be able to display it quickly when I open a company. ...

Sort by Name won't fully shows all the records

I tried to sort ascending by name, but it won't fully shows all the records.
No description

Clarification Needed for Calendar Issue

hello anyone developer , I’ve just been assigned to this issue, and from what I understand, the problem seems to occur only in the calendar section. I haven’t noticed any similar issues in other tabs. However, the main challenge is that I don’t currently have a calendar linked to my account. I believe you might be using Google OAuth to fetch the calendar, but I’m encountering a 520 error, which is preventing me from logging in and seeing how the calendar behaves. Because of this, I’m unable to properly address the issue. Could you please provide more clarification or guide me on how I can address this? I can try to clone the repo and investigate, but I may run into the same problem, and I would need to resolve that before diagnosing the actual issue....
No description

Just having white screen

Hello everyone! After starting the app with this command 'npx nx run twenty-front:start' and running http://localhost:3001/ on my browser. I just seen a white screen and nothing more. What could be the problem?

Create tab

Hello, folks! Can anyone help me create a new tab in the workspace, like "Companies" or "People"? If possible, could you provide a step-by-step guide?

/server: running issue

when i run the server command: npx nx start twenty-server it won't go any further from this. can someone please help me out...
No description

Why are there multiple Dockerfiles?

I'm curious as to why there are multiple Dockerfiles seen inside the twenty-docker folder. twenty/Dockerfile twenty-postgres/Dockerfile twenty-postgres-splio/Dockerfile twenty-website/Dockerfile...
No description

dependency failed to start: container twenty-server-1 is unhealthy

I'm trying to follow the 1-Click Docker Compose with a cloned repository. I'm on step 3 of launching the application, and then I'm hit with the twenty-server-1 is unhealthy
No description

refactoring REST APIs to use twenty orm

I checked the codebase and it seems the existing REST APIs are not covered by integration tests. Am i right in thinking so?

Email syncing with serverless integration

Hey everyone ! I'd like to self host my own twenty version on railway - seems easier for us. We deployed through the nice dockerfile (thanks a lot) - the one for server, located under /twenty in the docker section. ...