Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

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

Running new code with docker compose

I am trying to run the project with Docker after making some changes in the code, but it’s not rebuilding the image; it keeps using an old image. I pulled the latest code to my server and then ran docker compose down followed by docker compose up -d. How do I ensure that Docker rebuilds the image with the latest code?...

Error facing while logging in

I followed all the steps which is in twent developer local setup docs an week back and it was running file and today I pulled all the changes and ran npx nx start , It started running and asked for email id and password , when i enter im getting this error `driverError: error: column ObjectMetadataEntity.isSoftDeletable does not exist at /Users/mohamedkaif/Documents/twenty/node_modules/pg/lib/client.js:526:17 at processTicksAndRejections (node:internal/process/task_queues:95:5)...

Errors

I have an instance deployed on Render and I'm getting some strange errors on it. I tried 'redeploy with latest version' for all 3 services but this is still happening. Any idea why?...
No description

Schema Update to generate custom query/mutation

i want to create custom graphql schema for my additional requirements. We have added new role based authentication feature and for that everytime we wrote new schema we have to reset the database. how can we update schema ?? @charles

npx nx workspace:seed:demo doesn't exist

I'm trying to write automated scenario according to bullet points here but I can't seed my database by running npx nx workspace:seed:demo (command taken from https://github.com/twentyhq/twenty/discussions/6467), is this command correct? Logs from --verbose: ``` Error: Cannot find configuration for task twenty:workspace:seed:demo...

How to change the default table view from `Companies`

When I login fresh on hosted crm, the default table is companies and I have deactivated this entity. I have clicked around and haven't found a GUI solution to change this.

Can't login to Cloud!

Hello. I can't login to the cloud version of Twenty. I just bought the membership for it, and when I try to login, I get the error: Data source metadata not found. I know for a fact I'm typing the right credentials in as I even just reset my password. Is something going on?
No description