Twenty

T

Twenty

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

Join

❓︱help

🏡︱general

💻︱development

Deleting a member errors

Same error as this github post https://github.com/twentyhq/twenty/issues/7449 Created a new user and tried to delete. This error keeps happening....
No description

Sending emails to smtp4dev

I'm trying to test emails with smtp4dev, logs appear about sent email but nothing appears in smtp4dev web page, here's what I did: - worker is running from npx nx start - created new smtp4dev container using docker run --rm -it -p 8090:80 -p 2525:25 rnwood/smtp4dev from docs - uncommented necessary options in .env in twenty-server (all starting at EMAIL_ except for EMAIL_SMTP_USER and EMAIL_SMTP_PASSWORD) - created new mailbox in smtp4dev for [email protected]...

v0.33.3: TypeError: Cannot read properties of undefined (reading 'fieldMetadataId')

Congratulations on the 0.33 release. I am excited to use the multi select filter! I upgraded with no issues, following the insturctions at https://github.com/twentyhq/twenty/blob/main/packages/twenty-website/src/content/developers/self-hosting/upgrade-guide.mdx#v0320-to-v0330 there were no errors in my update log. After upgrading the API interface works. However, in the web interface I am geting the error TypeError: Cannot read properties of undefined (reading 'fieldMetadataId')...
No description

Help Tweny to Portainer (port 3000 already use by other container)

Hi everyone, I’m trying to deploy Twenty CRM using Portainer, but I’m running into an issue. I already have another service using port 3000, so I’ve changed the configurations (including the exposed ports in the docker-compose.yml file), but it’s still not working as expected. Does anyone have experience with this or know what I might be missing? Any help would be greatly appreciated!...

Change Object Icon

Hello, I have two questions: - Is it possible to access default objects icons (ie Opportunities icon) for our custom objects? - There is no "save" button. So when we change icon, we cannot save ! Anything missed here? ...
No description

Error on Notes tab

When I click on Notes tab appear this error message
No description

Error creating new opportunity

Hello, when i create a new opprtunity but it requires a new company to be created, it seems like this is not working? also how do i reorganise the deal stages? It is reorganised in the settings, but does not reflect on the actual board..

Lock fields/items in the object

Is there way to lock members from editing certain fields/items under an object?

Twenty Custom domain 404 on Coolify

Help needed using custom domain to access Twenty ( self hosted via coolify )? We can access it using default http URL coolify creates, but when we do custom domain with https it gives 404. We have other service like n8n works fine with custom domain in same project. We are currently testing webhook ( POST triggered by any task events ) - Task events is not triggering POST so we suspect it may be because Twenty is on HTTP. So any advise would be helpful....

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