Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

Microsoft integration with Email visibilty fails

Hi there, we are running a twenty docker setup on version 0.41.15 and are stumbling across this error:
BaseGraphQLError [GraphQLError]: Value "SHARE_EVERYTHING" does not exist in "MessageChannelVisibilityEnum" enum. Did you mean the enum value "share_everything"?
BaseGraphQLError [GraphQLError]: Value "SHARE_EVERYTHING" does not exist in "MessageChannelVisibilityEnum" enum. Did you mean the enum value "share_everything"?
Found out that the enum default
workspace_<id>."messageChannel_visibility_enum"
workspace_<id>."messageChannel_visibility_enum"
a problem is. Our default value is in lowercase instead of the uppercase default value....
No description

ViewFieldAggregateOperationEnum not found

How is this registered in the codebase? when we have registered this registerEnumType(AGGREGATE_OPERATIONS, { name: 'AggregateOperations', }); ...

Infinite scroll is broken on Safari

I have 500 companies listed. When I scroll, after around 50-70 displayed (first picture), the "All Companies" view is empty (second picture). If i scroll back, companies are showing again. I tried without Name ordering....
No description

Create record using api (position value)

Can the position value have duplicate values? What this value actually use for?

Unable to delete workspace if records have an attachment

Error received: null value in column "authorId" of relation "attachment" violates not-null constraint How to fix?...
No description

Restricting history of calendar and email sync

Hi! Just pulled the 0.43.5 image and did a clean setup with Microsoft Outlook Sync. I got it running successfully, but notice it has started syncing my whole history. Is it possible restrict the initial import to say 1 year?...

Any Internal API documentation?

Hi, where can i find the internal API documentation? I Would like to use this in serverless functions.

Duplicate fields on listing page

When I clicks multiple times on the "Unhide Field" button from the Options → Fields dropdown, the same field appears duplicated in the listing screen. This causes visual redundancy and confusion when managing or viewing data. @charles @bob @thomast...

Emails not updating after sync v0.43.4

For a while now (on the last few major versions), i've noticed my emails (gmail) will not update in twenty when there's new emails sent and received. I can spin up a new twenty stack in docker, it'll sync all emails, customers etc with the most recent emails. But anything new after that is not synced. I've followed all the steps in the documentation for the latest versions, i have all the workers running. ...

Deleted members from workspace can't be invite back again.

Error saying "Member is already in the workspace" version .42 local installation...

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