Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

Environment Variable get transformed incorrectly in some cases within the docker compose file.

See the ${STORAGE_LOCAL_PATH} variable in the image, it gets transformed incorrectly. Any idea how to workaround this issue?
No description

What environments variables do i need to have multiple login accounts?

I want to each member of my team be able to have his own account. Im running on docker compose

Creating unique id's for entries?

Is it possible to create a unique id (Auto generated/ Incremented) for entries? For example a customers will have a unique ID for identification (Ex: 1000151, 1000228). Meaning I will be able to quickly find customer just by typing his unique id. Couldn't find a way to do so 😞 would appreciate any help or suggestions 🙂...

ERROR [ExceptionHandler] connect ECONNREFUSED 127.0.0.1:6379

I use docker-compose.yml and .env file with REDIS_URL=redis://redis:6379, but it seems hardcoded 127.0.0.1 in the server image, so it cannot connected to redis. Here are the server log and keep restarting
[Nest] 1 - 10/30/2024, 1:49:55 AM LOG [InstanceLoader] ServerlessModule dependencies initialized +0ms...

Exposing localhost:3000 leads to white page, but works in machine

I used docker-compose to run twenty and it works on my localhost. But when I expose it to the internet, it's just a white page. Just a title on the tab and a white page Any idea how to fix this?...

connect ECONNREFUSED 127.0.0.1:6379

I'm trying to install on a server that runs redis elsewhere, I need to be able to change the port.

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?