Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

How to obtain a bearer token for a third party client

I want to try and write a simple mobile app. As a "hello world" it could just fetch the data model for a given workspace. This requires a bearer token - not an API key. Is there currently a way to achieve this? A way for the app to hit the server and become authorized?...

Can't import image in files

I cannot import an image in the file cause it seems to be too large : What is the limit, any way to increase it (it's less thant 10mb) 😇 ? @thomast...
No description

Need help upgrading from v0.32.0 docker

Hi, I'm trying to upgrade from v0.32.0 to v0.33.3 by changing the version in the .env as the upgrade guide states, however I encountered ...

Issue with kanban view

In the cloud instance for twenty (Colec) the kanban views aren't showing, none of them. Also there is an issue when updating some select fields :/ Thanks in advance ! @thomast @charles...

undefined is not an object (evaluating 't.fieldMetadataId')

I just upgraded to 33.3 and followed upgrade guide with the database and workspace migrations. All successful until the docker instance was restarted which presented undefined is not an object (evaluating 't.fieldMetadataId'). I attempted to downgrade, which wasn't possible, and tried the migration again which also didn't change anything. Found a similar issue on another post "v0.33.3: TypeError: Cannot read properties of undefined (reading 'fieldMetadataId')" however my error seems to be slighly different. I have no important data on the instance, just more of an inconvenience and a lesson to enable periodic snapshots and database backups. Despite this would still like to figure out how to fix it and identify if this should be reported as a bug or not....
No description

Try to setup Twenty on local

Hello, I tried following this documentation (https://twenty.com/developers/local-setup) to set up a local installation on my Mac. However, I encountered the following error when running npx nx start: `[0] [Nest] 54095 - 22/11/2024 10:22:01 ERROR [ExceptionHandler] connect ECONNREFUSED ::1:6379 ...

Regularly getting logged out of web interface since v0.33 update

Hi Twenty team. Loving the new v0.33 version, its been great to filter by multiselect!! Since upgrading from 0.32 I have been getting logged out of the web interface regularly (every 30-60 mins approximately). I am self hosting. I have reviewed the variables at https://twenty.com/developers/section/self-hosting/self-hosting-var and have the following set in my docker-compose file:...

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