Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

How to permanently bulk delete records?

Permanently delete record is available only if 1 record is selected, if you select 2 or more records although already solf deleted there is no permanently delete in bulk but delete, which being already deleted do not cause any effect on the selected records. Is this a bug or how can be solved? Thnx...
No description

How to recover a soft deleted field?

Trying to recover deleted contact but cannot find the RESTORE option for contacts or other fields. https://twenty.com/releases#soft-delete Any help? Is it a bug or a cooming soon feature?...
No description

[ **Multi-Workspaces and single subdomain** ] - is possible? (no subdomain)

Hello, everyone! I’d like to know if it’s possible to disable the subdomain option when Multi-Workspaces is set to TRUE. I currently use several subdomains on my hosting, but I’d like to point twenty to a single subdomain while keeping the Multi-Workspaces option enabled....
No description

How to set up Upload File Size Limits

How can we limit the Size of the Files we can upload to the Application as attachment for a client for example? Thx...

Is the "Log in with Google" option available?

Hello there! Is the log in with Google Option available, I was not able to find any doc. Thx...
No description

Updates to Records via Workflow not Reflected in UI

When running a workflow that updates a record, for example, changing the status, which is linked to a Kanban board, the item does not move unless I refresh the browser. I can see this confusing my team if I were to let them use it.

Microsoft Outlook Sync Fails

Is there any issue with the Outlook/Microsoft integration? Just noticed that email are not syncing? Says sync failed in the settings, how can I help debug it and how do I rerun the sync when it fails?

Upgrading from v0.41.5 to v0.42.6 does not work

I am using tag "v0.42.6" in my deployment file. After running the commands for the migration :
yarn database:migrate:prod
yarn command:prod upgrade-0.42
yarn database:migrate:prod
yarn command:prod upgrade-0.42
I get an error message when I try to log in : "Unable to Reach Back-end...

Not able to run the application

I have setup the repository with postgres and redis but when i am running npx nx frontend or server it's not working

Db unknow service on docker compose

root@vmi2427129:/# docker compose up -d service "server" depends on undefined service db: invalid compose project root@vmi2427129:/# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 084c92c5b1cf twentycrm/twenty:v0.42.6 "/app/entrypoint.sh …" 41 minutes ago Up 40 minutes (healthy) 0.0.0.0:3000->3000/tcp twenty-server-1...
No description

Why is older versions not working for docker compose?

i used VERSION=v0.31.0 BRANCH=main bash <(curl -sL https://git.new/20), and when it runs it always says dependency failed to start: container twenty-server-1 is unhealthy ❌ Something went wrong, exiting: 1, but when i try the latest it does not have this problem...

Unexpected Application Error

Twenty is producing this error at the moment for us. We are unable log into the CRM. Any help on resolving this for us would be highly appreciated as we might have to use another CRM otherwise....
No description

Error when editing any user record - "Cannot create property 'firstName' on string 'Untitled'"

This occured in 0.41 as well as 0.42. Oddly it doesn't prevent the user from editing the record, although it is quite annoying. Appears to be tied to the resolved github issue here...
No description

column company.createdByContext does not exist

Hello, I was using version 0.40 in self-hosted mode. I wanted to update directly to use version 0.42 because I want to use mail synchronization with Microsoft. I therefore performed a docker compose down, changed the tag, and finally docker compose up with the latest version. Once this was done, I properly executed: docker exec -it twenty-server-1 yarn database:migrate:prod...

Unable to Reach Back-end

On the hosted solution on paid account, I get "Unable to Reach Back-end". How to contact Twenty to get it resolved? Anyone else having trouble logging in now?
No description

Local setup frontend crashes without error

I am running twenty local setup in my VM. npx nx start twenty-server runs without any error npx nx worker twenty-server runs without any error ...
No description

Upgrade 0.22 -> 0.23

Hi, I'm facing an issue during the upgrade from a 0.22 to 0.23 instance. Following upgrade guide, during the yarn comand:prod upgrade-0.23 command: ``` [Nest] 284 - 02/18/2025, 3:32:47 PM LOG [UpdateActivitiesCommand] Running command on workspace xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx failed...

Yarn install issue

@shailendra thakur I am following the local setup documentation, but error with Yarn 4.4.0 ....
No description

Multiple workspace confusion

Multiple workspace is possible on self-hosted, correct? What I have I have Twenty installed on my home server and accessing it remotely via Cloudflare tunnels and seems great but can't seem to get the multiple workspaces discussed here: https://github.com/twentyhq/twenty/discussions/3646 ...

`useFindManyRecords for "notes" error : ApolloError: blocknote.map is not a function`

I get a the error blocknote.map is not a function when loading the notes page. Console log shows the following error: useFindManyRecords for "notes" error : ApolloError: blocknote.map is not a function any ideas?...