Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

Twenty server error.

Guys I installed the twenty using portainer but the twenty-server-1 is stuck in starting or unhealthy. I have a attached server logs....

New user - immediate failure (web)

Any ideas? I can't even get into settings?
No description

Events not accesible?

Hello, its me again :)) I started to implement a cal.com (localhost) implementation with twenty and I was able to create the calendarEvent and after to link the participants (workspaceMembers with participants and the CalendarEvent itself togherer, now in the UI I see this: but, when I access it I get nothing, if I tr to access the full page I get:...
No description

Server is on a coffee break error when filtering - (TAG=v0.32.0)

I'm getting this error message when applying filters on opportunities:
Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
I'm running on the docker compose deployment as described here: https://twenty.com/developers/section/self-hosting/docker-compose...
No description

Unknown error occurred while importing messages for message channel

I get the following error in logs when I try to add google account for calendar sync (in web I see "Sync failed" error): I've ran yarn commands on worker as instructed in docs. Full error pasted in thread...

Question about restful api searching fields.

Hello, I was wondering if it’s possible to search for a record added in a modal (e.g., person, company, etc.) based on a specific field. For example, searching for a person using the phone number or email. Currently, it seems this can only be done via the UUID, but that’s not very practical....

PG_DATABASE_URL validation

Hey! I'm migrating from 0.31 to 0.32 and got some validation errors for PG_DATABASE_URL. ``` worker-1 | Error: An instance of EnvironmentVariables has failed the validation: worker-1 | - property PG_DATABASE_URL has failed the following constraints: isUrl...

Double slash after url

Hello, i don't suppose you know what would cause it to be trying to find 'https://URL.org//graphql'?
No description

Google OAuth doesn't work in Docker Compose

Running Twenty in Docker Compose yet I can't get Google OAuth to work. Following env vars are set in .env file: ``` AUTH_GOOGLE_ENABLED=true AUTH_GOOGLE_CLIENT_ID=xxx AUTH_GOOGLE_CLIENT_SECRET=xxx...

Creating Tasks via API

Hey, Im trying to create task from the API (https://twenty.com/developers/rest-api/core#/operations/createOneTask) Body that im sending: "{...
No description

Webhook not working

Hello, I am using the open source version and its wonderful, now as we want to keep contacts in sync with the latest changes in the crm, we started to impleement a webhook strategy for people and companies but, the webhook dont trigger at all. Any ideea what we can do regarding this?...
No description

How to reduce conflicts

Hi @charles Is there a way to minimize conflicts when upgrading from version 0.23 to the latest version, after extending our feature based on the twenty's code...

Restful API: Metafield creation with options in it issue.

Hello, I am trying to create a metafield inside the crm via restful api with all the countries but, I dont seem to find the correct way to create the json to populate the field with the options. ...

Migrate from `twentycrm/twenty-postgres` to `twentycrm/twenty-postgres-spilo`

Hi all! I just noticed the description in dockerhub for twentycrm/twenty-postgres mentions that this is now deprecated and we should be using twenty-postgres-spilo instead. Is it safe to switch out the image in the deployment, while retaining the same storage and environment vars? Or will this require backing up the DB, and restoring to the new postgres-spilo server?...

Cannot create a New Opportunity from the "By stage' tab

You can create one in the table view, but in the Kanban board it wont let you add a new one. The +New button doesnt work.

Filters, Search and Options not working

I tested v0.32 and 0.33, and as soon as I click on the filters in Companies, an error occurs: Server’s on a coffee break Object metadata item "viewFilterGroup" cannot be found in an array of 34 elements ...
No description

Help me modify source code in docker

Hello everyone, I've just set up everything using Docker Compose, and it works correctly. However, I'm wondering how to modify parts of the source code. Making changes directly inside the container doesn't seem like a good approach. Could anyone provide guidance on the best way to modify the source code in this setup? Thank you

Too Many Clients Error

While running docker run -p 3000:3000 IMAGE_NAME:TAG this command i am getting error
No description

Remove Companies from Leads

hello, is it possible to create leads on people and not companies ? My customers are patients, they aren't associated with any company.

postgres connection_limit

Hello. I have PostgreSQL database and user account with max connection = 15. When i try to work actively with my self hosted twenty I get errors in logs like this: query failed: SQL_QUERY_HERE error: error: odyssey: c4c33593663c3: too many active clients for user (pool_size for user username.twenty-db reached 15) When I investigate SELECT ... pg_stat_activity where usename = 'username' i see what all my 15 connection was used. I tried to set connection_limit=1 in PG_DATABASE_URL as described in https://twenty.com/developers/section/self-hosting/self-hosting-var , but it doesn't help. ...
Next