Is the redis instance used just for caching?
I want to add persistant storage to my redis container. In case my server goes off. So the question is if the redis instance is used just for chache or is it handling some other tasks?
Use case | Persist data?
Pure cache (e.g. page caching) | ❌ No...
TypeError: Cannot set properties of undefined (setting 'name')
Following a modification to the data model, the application crashed and has the following error:
Please find attached the error logs...
Application speed is super slow after loading records
3 VCPU s - 4 GB RAM - 80 GB storage but have maybe 37k records in the instance. SLOW as hell. I think the front end is trying to load all files and not using pagination? this a feature not a bug? Or is my server setup suboptimal?
DB Structure -
Environment - Self Hosted (EC2 , Postgres RDS)
We have hosted twenty in our environment and everything works fine actually but we noticed a major change in the DB structure from what we have in a localhost setup and our production environment.
The schema structure
Localhost - the tables asscociated to metadata are under metadeta
Self Hosted Production - the tables asscociated to metadata are under core...

✅ Accounts not syncing [CRON stopped]
Users are complaining that they don't see new companies appearing. This started to happen on version
v0.50
in production. I've tried to upgrade our testing instance to v0.52
, but that didn't help. Users still can't see new companies in testing on version v0.50
. The only repeating error I see in the logs is:
```server-1 | Computing new Datasource for cacheKey: 81faddf5-64e9-4321-aac5-66837683bc11-27 out of 0
server-1 | Exception Captured
server-1 | { user: undefined, workspace: undefined }
server-1 | [...Error when setting up database for local setup
Hello, got this error when doing
npx nx database:reset twenty-server
Can't delete any records
I've just setup a new a workspace, and tried a delete the sample recods permanenetly, however it gave this error :
table "company" violates foreign key constraint "FK_ee066ddacfce46c9a7cb90edd1a" on table "person"
, i also created new records just to make sure it's not because it was created by "system", but its still the same,
"column does not exist" in cloud Twenty
We have a custom object
customers
with a relational field buyer
. I wanted to change the relation type of the buyer
from "many-to-one" to "one-to-many".
Because I can't edit that field, I deleted it and tried to recreate with the new relation type.
However, i now face the error "column customer.buyerId does not exist" and the app crashes.
Cloud instance under https://homeseller.twenty.com/...Currency being rounded up
Is there a way when you use currency for it to not round up. I need to use exact amounts for example $189.67 and for it not to round it up to 190.
Error to load application on self hosted server
I am runnig latesttwety version . It was working fine ut from today when I try to load the page it gives me "Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0". The is nothing on the screen. I pulled the latest verion of twenty, installed PHP globally ut still the error persists. Please help me with some insights and if anyody else facing the issue..
Field metadata settings are missing for field workspaceMember
When trying to login now Im gettign the foolowing error, anyone got an idea why?
Email Sync
Hi, all. Do I understand it correctly, that if I want email sync for my organization and am self-hosting, I have to purchase a paid plan?
Uploaded images not displaying
I tried uploading images to my profile and workspace, the image upload works but when I refresh the image is not loading, a 403 error appears in the console.
Version: 0.52.0
Error:
{"statusCode":403,"message":"Forbidden resource","error":"Forbidden"}
...Webhook Initiate too fast
Hi, I've created a job in Azure Automation to do an inventory through the API's of companies registered in Twenty CRM (v0.54.6). THe import job is importing the company data to a sql db. THe job is triggered with a webhook coming from TwentyCRM. When I create a Company, the webhook is triggered to early, i have not completed to fill out all the information before the job gets triggered by the webhook. So the import job only gets the company name and address information. I have plenty of custom data fields added to the company dataset. but that is only present in TwentyCRM and not in SQL db due to the early trigger from the webhooks.
When I run the import job manually I get all the data when the company is created. SO I could solve it with an initial delay in the automation job. but I think it's better to solve it from the Twenty CRM system side...
Database upgrade error
Hello! I just upgraded my twenty from v0.51.0 to v0.52.7 and then run the two commands to upgrade the db. The first one ran without any visible errors but the second one throws and error. But the workspaces seems to be working fine
```[Nest] 288 - 05/29/2025, 6:20:45 PM LOG [UpgradeCommand] Upgrading workspace 5511aa2d-b268-493d-aa9b-250a2b76ef4a 1/1
[Nest] 288 - 05/29/2025, 6:20:45 PM WARN [UpgradeCommand] Error in workspace 5511aa2d-b268-493d-aa9b-250a2b76ef4a: WORKSPACE_VERSION_MISSMATCH Upgrade for workspace 5511aa2d-b268-493d-aa9b-250a2b76ef4a failed as its version is beneath fromWorkspaceVersion=0.51.0
[Nest] 288 - 05/29/2025, 6:20:45 PM ERROR [UpgradeCommand] Error in workspace 5511aa2d-b268-493d-aa9b-250a2b76ef4a: WORKSPACE_VERSION_MISSMATCH Upgrade for workspace 5511aa2d-b268-493d-aa9b-250a2b76ef4a failed as its version is beneath fromWorkspaceVersion=0.51.0...
Field metadata settings are missing for field
I’m encountering this error while upgrading from version 0.52.2 to 0.53.0.
The database settings do not contain values for the field mentioned in the error screenshot.
@prastoin @thomast @Guillaume...

Relational metadata is missing
Afternoon people. Did some version hockey to get Twenty onto postgres:16, however a version or 2 later than we should have, and this error is occurring on login.
Is there any easy fix to populate this required metadata?...

issue with Address field creation in self-hosted instance
Environment: Self-hosted Twenty CRM v0.53.8
Expected behavior: Self-hosted instance should allow "Address" field in the custom Property object. Cloud version works as expected.
Actual behavior: Self-hosted instance rejects field creation with "name not available" error...
