can anyone help with local setup
ive successfully installed postgres,redis,etc. and im also able to run the setup commands without any errors . but when i ran npx nx start, it says to go to localhost:3001, but when i went there it says unable to connect. what am i doing wrong?
Translations and date format
Is there any way to translate TwentyCRM? Also is there any way to change date format? MM/DD/YYYY makes no sense. We need DD. MM. YYYY
Thank you 🙂...
Unique number for custom field
Hi, Im using CRM to track our customers, and in Czechia companies do have IČO which is unique number, can I set custom field to be unique? So if someone tries to enter the same number for different company, it wont let them? Thank you!
Error: Cannot convert TS_VECTOR to column type.
Hi All, Upon login, I'm getting the error above. Has anyone seen this error?

Unable to Reach Back-end: Failed to fetch
Hi, I bought hostinger with Ubuntu 22.04 with Docker (2 CPU, 8GB)
I have installed Twenty with this command
bash <(curl -sL https://git.new/20)
. Everything went OK, and site is loaded on with SSL. But all I get is error
Unable to Reach Back-end...
Regarding Test cases
Hi @charles ,
Can you confirm if there are any automated test cases already written for the twenty code? I am looking for tests that can help reduce manual testing and can be integrated into the CI/CD pipeline.
Thank you!...
Postgres Error During Local Setup
Hi, I am getting the following errors when following the local setup instructions (after running
npx nx database:reset twenty-server
):
```
Error during migration run:...delete account on demo server
can someone from the team help to delete my account from the demo server?
Google Calendar Sync Fails (GH Issue 8743)
https://github.com/twentyhq/twenty/issues/8743
Basically it's a scenario where the google integration works fine (as I can authenticate via google) and the auth screens present fine, but when google sends you back to the twenty server, the server flips out and crashes....
Cloud version not working
Hello,
I've been trying to connect to Twenty for the last 2 days and no luck. Tried multiple browsers, deleting cookies, changing password, etc. Nothing works.
I can log just fine but nothing is loading except for the settings....

Calendar sync succeeds, while Gmail sync does not start
Hi v0.33.0 is running on docker.
Following commands were executed on Worker container.
```
yarn command:prod cron:messaging:messages-import...
Configuring Cloudflare R2 with S3 for Twenty CRM - Credentials Issue
Hello,
I’m trying to configure S3 storage with Cloudflare R2 for Twenty CRM, but I keep running into issues. I’ve already gone through the documentation, but nothing seems to work. Has anyone else encountered a similar problem?
Here’s my current
.env
setup in Docker Compose:...How to obtain a bearer token for a third party client
I want to try and write a simple mobile app. As a "hello world" it could just fetch the data model for a given workspace. This requires a bearer token - not an API key.
Is there currently a way to achieve this? A way for the app to hit the server and become authorized?...
Can't import image in files
I cannot import an image in the file cause it seems to be too large :
What is the limit, any way to increase it (it's less thant 10mb) 😇 ? @thomast...

Need help upgrading from v0.32.0 docker
Hi,
I'm trying to upgrade from v0.32.0 to v0.33.3 by changing the version in the .env as the upgrade guide states,
however I encountered ...
Issue with kanban view
In the cloud instance for twenty (Colec) the kanban views aren't showing, none of them.
Also there is an issue when updating some select fields :/
Thanks in advance ! @thomast @charles...
undefined is not an object (evaluating 't.fieldMetadataId')
I just upgraded to 33.3 and followed upgrade guide with the database and workspace migrations. All successful until the docker instance was restarted which presented undefined is not an object (evaluating 't.fieldMetadataId'). I attempted to downgrade, which wasn't possible, and tried the migration again which also didn't change anything.
Found a similar issue on another post "v0.33.3: TypeError: Cannot read properties of undefined (reading 'fieldMetadataId')" however my error seems to be slighly different. I have no important data on the instance, just more of an inconvenience and a lesson to enable periodic snapshots and database backups. Despite this would still like to figure out how to fix it and identify if this should be reported as a bug or not....

Try to setup Twenty on local
Hello,
I tried following this documentation (https://twenty.com/developers/local-setup) to set up a local installation on my Mac. However, I encountered the following error when running npx nx start:
`[0] [Nest] 54095 - 22/11/2024 10:22:01 ERROR [ExceptionHandler] connect ECONNREFUSED ::1:6379 ...
Regularly getting logged out of web interface since v0.33 update
Hi Twenty team. Loving the new v0.33 version, its been great to filter by multiselect!!
Since upgrading from 0.32 I have been getting logged out of the web interface regularly (every 30-60 mins approximately).
I am self hosting. I have reviewed the variables at https://twenty.com/developers/section/self-hosting/self-hosting-var and have the following set in my docker-compose file:...