Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

Import Creator Field Data

While importing, the Creator field is not showing any nested fields (like how Address shows address1, address2, city, state, etc.). Due to that, I am unable to import the Created by workspace member ID data.
No description

Update ARR Currency Code

Getting this issue while updating the ARR currency code.
No description

On GitHub it says they added import of relationships last month?

However the figma screenshot in the issue doesnt look like my import data field? I tried the workaround with just adding the people first and then later the companies and tried to match the comapnies via domain url to the people, but I keep geeting an error! Any idea how to do it?...
No description

Help signing up - self hosted

Hi, get this error when i try to sign up for the first time {"errors":[{"message":"New workspace setup is disabled","extensions":{"subCode":"SIGNUP_DISABLED","userFriendlyMessage":"An error occurred.","code":"FORBIDDEN"}}],"data":null}...

Unable to Login after installation in Coolify

I followed these instructions (option 2): 1-Click w/ Docker Compose https://twenty.com/developers/section/self-hosting/docker-compose with minor deviations for Coolify. ...

Trouble installing latest version locally - stuck on 'Running database setup and migrations'

Hi, I'm trying to set up a fresh installation of the latest version using the one-click docker installer. However, whatever I do, twenty-server-1 keeps failing and the only message I can see is 'Running database setup and migrations'. I can't find any errors in the logs - and it seems like the database and the migrations were successfully created and run at first. Any idea what is wrong?...

Serverless Function: "File not found"

Hey! I try to just update a field with "Total Contract Value" that is just a commitment*amount but the flow is crashing with "File not found" error... Any help is pretty welcomed! thanks!...
No description

SWC Error

Hello everyone, I am trying to setup the project on wsl but facing issues on running below command npx nx database:reset twenty-server...
No description

Deploy Twenty from GIT Repository

Hi, I am trying to deploy my custom Twenty version on Railway from the a github repo. I got several errors thus I have created a Dockerfile (following Claude instructions..)...

Billing with Stripe Intergration

I’m self-hosting Twenty CRM for a client. Can I use the built in Stripe billing integration (BILLING_ env vars) on a self-hosted instance? or does this require a special license? We have our own billing tool, but this would be a lot more convenient.

How do I add a contact's email? I can't save when I edit the email field.

I get an error when I try to add a person's email address.

CreatedBy filter not working. Name not being saved to createdByName column.

I'm using v1.1.1 and the "created by" filter does not seem to work. I have tried this with opportunities as well as notes. The filter returns no results even if the correct name for "created by" is added. A separate question, is it possible to filter by a custom field? E.g. if I create a custom field, is it possible to use that in a filter?...

Error : type "workspace_name.text" does not exist

Not able to add new fields and objects. Can you look into this please? Has anyone else faced this issue?

sync keeps failing - http proxy support

I've got an issue, my company wants to move over to twenty/enterprise eventually. But there's no http proxy support. The internal services are http proxy only for security, so services can be locked down. Node v24 has built-in http proxy support that should get this service working for us. What's the timeline on getting this upgrade to v24+ of Node, i can share the relevant github PR about node adding native http proxy support in v24.

Sending Mails: Account provider not supported

We've updated to 1.2.0 recently and reconnected our email because of SMTP protocol. Unfortunately, we're encountering an issue when trying to reply to an email. While no error message appears directly, the console displays the error: "Uncaught Error: Account provider not supported." We couldn't found out, which providers are supported or if this is even the real error - anyone also experiencing this?...
No description

[IMAP] Error fetching from mailbox XXXX: Connection not available

Hello dear people 🙂 I am facing an issue when testing the IMAP email sync. I was able to configure the IMAP using the Lab option and UI settings, but I am now faced with the error in the title. Here is the docker log:...

Issue creating new views

There's an error on the frontend every time I try to create a custom view. It occurs with different objects (standard and custom): "index-BkVMjKqk.js:3559 Uncaught (in promise) Error: Should never occur, encountered unknown fields anyFieldFilterValue in objectMetadataItem view"
No description

Workflow doesn't run on a schedule

I'm on a self-hosted v0.54.6. My workflow is On a Schedule with trigger interval 20 minutes. However, there are no runs performed. What am I missing?...

workflow before and after still available?

Do workflows still have access to a 'before' and 'after' for an updated record? It used to be, that one could see the state of the record before and after it was changed. Has this been removed, or is there a new mechanism for this?...

Identify which object is affected?

Hi, it's somehow possible to identify which field and which object is affected? " errors":[{"message":"Float cannot represent non numeric value: NaN","extensions":{"code":"INTERNAL_SERVER_ERROR","userFriendlyMessage":"An error occurred."}},{"message":"Float cannot represent non numeric value: NaN","extensions":{"code":"INTERNAL_SERVER_ERROR","userFriendlyMessage":"A I see in the trace, that all custom objects are returned but how I can identify, which one I have to fix? As wll no entries are shown in the frontend...