Twenty

T

Twenty

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

Join

❓︱help

🏡︱general

💻︱development

Create Records with Foreign keys in workflows

Hi, one more question. Is it possible to create a record with a foreign key in workflows. Say i want to create a Opportunity record when a person is added to a specific stage, can i create a record with that person as foreign key?

workflow conditions

Hi, i was wondering if it is possible to add conditions to the workflows, so that they only activate if an opportunity is added to a specific state? Thank you in advance!...

SoftDelete issue in Custom object while migrating

@charles @thomast We created two custom objects in v0.23 and then migrated the database to v0.24 using the yarn command:prod upgrade-0.24 command. After the migration, the isSoftDeletable value is correctly set to true or false for both standard objects and newly created custom objects. However, for the custom objects created in v0.23, the isSoftDeletable field is returning NULL.

Changing this NODE_ENV=development

Does changing this NODE_ENV=development to production do anything?

Issue With Full text Search

Hi Guys, I have an issue with a sefl hosted version 0.43.1 when using the full text Search. {...

Did an upgrade/update and failure

Not sure how to recover from this apart from last night's backups? I followed the instructions as defined here (https://twenty.com/developers/section/self-hosting/upgrade-guide - as I always do without issue) and then today this happened. ```...
No description

AMAZON S3 CONFIG FAILED

Hi ! how to fix this error : twenty-server-1 | BaseGraphQLError [GraphQLError]: Could not load credentials from any providers When trying to upload file, NB: ...

Problem logging in after upgrade

I use the selfhosted docker version of twenty. I upgraded to the latest image 20h ago. And my former account that used to work is now outlocked this is the message that I've got...
No description

Help creating notes via API - BodyV2

Are both blocknote and markdown required? This appears to be the case but is somewhat redundant. ``` "bodyV2": { "blocknote": "string", "markdown": "string"...

Not able to run the server

Everything is set in wsl now The worker is not working when i am running the command npx nx start
No description

Clicking Company name in Company list view does not open the Company, it does nothing.

As title states, the Company field responds to hover, but clicking does nothing. Even clicking the small diagonal arrow button that appears on mouse over does nothing. Only way to open a Company is to search it and click the search result.

issue: wsl postgres setup without docker

am facing below error Error during schema dropping: error: password authentication failed for user "postgres" attached complete logs....

Google Sync Fails: Invalid/Empty Emails Causing Domain Filter Error

Hi there, after a successful installation, I am getting the following error on the worker when syncing my work Gmail account. The error sometimes occurs at the beginning of the sync process or later on. It feels a bit random. Any support or feedback is appreciated. Error: Email is required 2025-02-28T13:59:04.114144081Z at getDomainNameByEmail (/app/packages/twenty-server/dist/src/utils/get-domain-name-by-email.js:13:15) 2025-02-28T13:59:04.114146028Z at /app/packages/twenty-server/dist/src/modules/messaging/message-import-manager/utils/filter-emails.util.js:46:133...

Workflows and secrets

I know workflows are in beta, but what is the recommended way to manage api tokens and whatnot that need to be used in the workflows?

Local Setup Postgres

I have setup postgres locally and when i am runing twenty on my machine it is not populating any data in my backend why is that so my postgres is completely empty

500 error on filtering/search on REST api endpoints

i'm getting 500 errors when using the rest api and use the filter query param for e.g. people or notes

Frequently down

Hey there, I really enjoy using the product and we have a paid plan but it is very frequently down and not working. Do you have an uptime monitor somewhere and is this a recognized issue?

Error when adding a one-to-one relation between workspace entities

Hi, I tried to add a one-to-one relation between workspace entities but failed. For example: I created AdditonalInfoWorkspaceEntity and added one-to-one relation to CompanyWorkspaceEntity. `@WorkspaceRelation({ standardId: ADDITIONAL_INFO_STANDARD_FIELD_IDS.company,...
No description

Want to use Axios inside of a React App, which package to use? e.g.twenty-front, twenty-docker,...

I am new to integrating React front-end with a Django back-end. I am choosing to use Axios in React to ping my open APIs from Django which are on localhost:8000 not 3000. Which files should I be changing? Are they all in twenty-front? Thanks for any help....