Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

Postgres Error During Local Setup

Hi, I am getting the following errors when following the local setup instructions (after running npx nx database:reset twenty-server ): ``` Error during migration run:...

delete account on demo server

can someone from the team help to delete my account from the demo server?

Google Calendar Sync Fails (GH Issue 8743)

https://github.com/twentyhq/twenty/issues/8743 Basically it's a scenario where the google integration works fine (as I can authenticate via google) and the auth screens present fine, but when google sends you back to the twenty server, the server flips out and crashes....

Cloud version not working

Hello, I've been trying to connect to Twenty for the last 2 days and no luck. Tried multiple browsers, deleting cookies, changing password, etc. Nothing works. I can log just fine but nothing is loading except for the settings....
No description

Calendar sync succeeds, while Gmail sync does not start

Hi v0.33.0 is running on docker. Following commands were executed on Worker container. ``` yarn command:prod cron:messaging:messages-import...

Configuring Cloudflare R2 with S3 for Twenty CRM - Credentials Issue

Hello, I’m trying to configure S3 storage with Cloudflare R2 for Twenty CRM, but I keep running into issues. I’ve already gone through the documentation, but nothing seems to work. Has anyone else encountered a similar problem? Here’s my current .env setup in Docker Compose:...

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 tim@apple.dev...

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..