Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

Google Calendar and Gmail integration

Hey guys, I am trying to integrate Google Calendar and Gmail, I already updated my .env file and it seems to connect well, I am not getting any error, but in my Twenty, nothing changes. What could it be?

Microsoft 365 exchange online

Hi, I host Twenty CRM and I would like to integrate my Microsoft 365 email account to sync email and calendar. However, I only see an option for Gmail and I can’t find anything about it in the documentation. Could you please confirm if Gmail is the only supported email service, or if there is a way to integrate Microsoft 365 as well? Thanks.

Is it possible to host it using synology?

Can be a dumb question but I really dont know why container is not starting when I'm trying to run it on synology

Is it possible to export from the cloud version to a self-hosted solution?

I want to try the web version first for a few months. If it's suiting my needs then I'd like to try the self-hosted solution but I don't want to lose info

Errors while reseting db

Hi @charles getting errors on npx nx database:reset twenty-server...
No description

I built a new Railway.app template, but is it complete?

Hi there, I saw the current Railway template for Twenty is outdated (its managed by someone at Railway) so I created a new one: https://railway.app/template/nAL3hA It works for me but I did notice that e.g. the render.yaml and docker compose file build 2 services from the twentycrm/twenty docker image (server and worker?). ...

Question about Many-to-Many relationships

Apologies if this has been answered already, is a many to many relationship possible? For example: Custom Object "Plans", has: - Personal Hosting - Business Hosting - Email Basic...

Is there a command for rebuilding search cache?

Hi All, I'm seeing that of the searching capability is regressing and I'm wondering is there is a command that I can use to purge the existing search cache and rebuild it?

White empty page (Token expired)

Hello I'm on Twenty 0.23.1. Since this update, I have often (several time per day) errors. When I refresh, I get a white page....
No description

Can't login after update -"Object metadata item "task" cannot be found in an array of 24 elements"

Hey Guys, I upgraded to 23.0 and got the error in the headline. I also tried upgrading to 23.1 to eventually get rid of the error - but no chance. I can't login - at first there was an Apollo-Error and then there is this error that "task" cannot be found. ...

Automatic, incrementing object names

Many apps have object types that are named automatically and incrementally. Tickets, work orders, etc. WO-0001, WO-0002. Is there a way to achieve something comparable in Twenty?...

Getting `"Unknown type \"WebhookFilterInput\"."` errors on my local setup

I have successfully setup the frontend and backend on my localhost but while trying to create a new webhook by running this query ``` { "operationName": "CreateOneWebhook",...

Not able to log in. No metadata for User was found.

Hello, I have a strange problem with a new installation on Ubuntu v22.04. I have a new instance of the latest Twenty server v0.23.0 (a new build was made, running without problems against a standalone PostgreSQL database). Also, a client-side code was built and run in a Chrome browser. But in a moment when I want to log in using the pre-filled login name[email protected], the server responses by the error message "code": "INTERNAL_SERVER_ERROR", "response": "No metadata for \"User\" was found.". It looks like there is no other recognizable problem. Even if I check the pre-feed database content, everything looks fine. The only thing I am aware of is that the PostgreSQL database is v14.11. Plus, there are no installed database extensions wrappers and mysql_fdw, but the latest pg_graphql has been installed. Is it possible that it can have any relation to the observed problem? The following commands were also executed, and except messages related to the missing extensions wrappers and mysql_fdw, no other errors....

Webhooks not sent in local setup

I tried setting webhooks in Settings to be sent to https://webhook.site to check @Skyfox675's problem with duplicated webhooks but upon setting them, no webhook was sent to specific address. From what I know, there's no need to set any kind of authorization as they're basically a callbacks. What am I setting wrong?

Webhook Event duplication

Hi team! I'm working on extending TwentyCRM with a Zapier-like automation tool called N8n (N8n.io). I'm seeing some odd behavior with how TwentyCRM is sending Webhooks. I have a custom data model called "Automations" that is effectively an extention of the standard Companies model for things such as client onboarding, system email send status, etc. ...

Webhook Event duplication (old thread)

Hi team! I'm working on extending TwentyCRM with a Zapier-like automation tool called N8n (N8n.io). I'm seeing some odd behavior with how TwentyCRM is sending Webhooks. I have a custom data model called "Automations" that is effectively an extention of the standard Companies model for things such as client onboarding, system email send status, etc. ...

Help understanding the difference between `npx nx start` and `yarn command:prod`

I added a single new dependency (RelationMetadataModule) to WorkspaceManagerModule so I could run some logic when a workspace is activated. This always succeeds via npx nx start. It always fails via yarn command:prod. ``` /Users/jarwarren/funnelmink/crm/packages/twenty-server/dist/src/engine/metadata-modules/relation-metadata/relation-metadata.service.js:8...
No description

User Profile/avatar isn't displayed properly

I tried to run twenty with one-line script from docker and it works, but the workaround with user profile/avatar is still the problem since 3 months ago, the sample user database can shows images properly, but if i tried to upload my own file/image to change any of them, it won't work, and only shows the first character of name I inputted.
No description

Error while setting twenty locally

After running npx nx start There are a lot of modules which cannot be find and further a lot of errors in some .tsx files such as Pill.tsx example-> src/theme/utils/getNextThemeColor.ts(1,28): error TS2305: Module '"@ui/theme"' has no exported member 'ThemeColor'....

Error in Local Setup

Hi everyone, I am trying to setup twenty locally, but facing some issue here. Firstly when i ran npm install it shows me the following error ``` ❯ npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree...