Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

How to Fire an API call from Workflow?

Seeing Send Email, Code and Form options. Thank you....
No description

Currency format

I noticed that my currency format is not suitable: BRL = R$ 1,000.00 = BRL1k. I would like to display the full number instead of the abbreviated one. In which file should I adjust this? Is there a .env for these settings?

[Help]

General I'm new here and I'm learning. I am using the self-host version. Installed via docker. TAG=v0.52.6...

Workspace version is not equal to my Twenty's version

@Antonio Pinto TwentyCRM is using Docker 0.52.6 Workspace metadataversion is 99 Workspace version is 0.51.0...

Record Access Permission

Hello , We have a specific use case and wanted to check if it's currently possible — or planned for the future — to restrict a member from viewing records created by other members within the same workspace. Is there any existing support for this kind of permission control, or is it something that might be considered in the roadmap? Thanks in advance !! ...

Microsoft Tenant Specific Auth

We are currently using the Microsoft 'common' endpoint for authentication in twenty, but we now need to implement tenant-specific authentication. What changes are required to achieve this? @thomast @charles @prastoin...

dependency failed to start: container twenty-server-1 is unhealthy

I'm setting this up on Ubuntu Server, but I got this error when starting the project:
No description

Build error

37.6 [Error: ENOTEMPTY: directory not empty, rmdir '/app/packages/twenty-server/dist/src/database/clickhouse/migrations'] { 137.6 errno: -39, 137.6 code: 'ENOTEMPTY',..., Is this a known bug?

Logo does not appear

In latest version, when multi workspace is enabled the twenty logo doesn't seem to appear, and in the network tab it gets the logo correctly using url, but still empty. Anyone else have the same problem?
No description

"Metadata version not found for workspace" after moving my workspace/database to a new environment.

A few weeks ago i migrated old workspace data to a new database with a new workspace because our metadata was "broken" on the old workspace. The migration was done by manually copying the data from old database to new database by hand. The migration went well and even checked with @Prastoinif everything was working. This migration was done locally on my laptop and worked perfectly, than we migrated the database data to our server by making a psql dump on my laptop and restoring on the server. The docker setup is exactly the same on both my local laptop and server. But now i am getting these Metadata version not found for workspace errors. I used the commands yarn command:prod workspace:sync-metadata and yarn command:prod cache:flush in both my twenty-server and twenty-worker docker. ...
No description

Modify row height

I was trying to add a text field as a new row note, and I wanted to display the full note in the table. I even enabled the "Show all lines" option. Unfortunately, it’s not working, so I tried a workaround by adjusting the table height. Is there any way to make the full note visible in the table? ...
No description

Database reset on Dev container

I ran the yarn nx databaset:reset command locally, and it worked as expected. Now, for the Dev environment, we've deployed the app using packages/twenty-docker/twenty/Dockerfile. How can we perform a database reset in the Dev environment? ...

Databse reset issue in dev docker server.

@thomast @Prastoin @charles Hello everyone, when I try to run the database reset command in my development Docker container using yarn nx database:reset twenty-server, I get this error...
No description

Changing identifier on custom object

On a newly created custom object there is always a name field as identifier. Can I change the identifier field and remove the name field?

Tried to Delete Custom Property, now I get Error "Could not find a relation metadata for"

I tried to Delete Custom Property, now I get Error "Could not find a relation metadata for". The full error is: ```json {...
No description

[SOLVED] Are there size limits to file uploading?

I'm self-hosting (w docker; STORAGE_TYPE=local). Whenever I try to upload a file larger than 1MB, I get "Failed to fetch" error. How can I increase the size limit?...

Gmail Calendar error - Cannot read properties of undefined

Self hosting v0.52 After recently syncing my email/calendar, When I try to go to the calendar tab an error pops up: Cannot read properties of undefined (reading 'firstName') (screenshot attached) I dont know if i missed something in the installation or there is something else wrong. ...
No description

Upgrade 0.42.18 -> 0.43.5 sync metadata objects error

Hi there! Selfhosted. upgrading 0.42.18 with spilo image and proper working state (all migrations and upgrade command successfully. all green and without issues). Followed upgrade guide to new postgres:16 image, with proper dumps and restore on new db. All running ok and started new 0.43.5 image successfully with new DB (https://twenty.com/developers/section/self-hosting/upgrade-guide#v0.42.0-to-v0.43.0). 0.43.5:...
No description

How can I reflect my newly created mutation in graphql playground

Version: 0.51 I've just added a new table in metadata schema using migration, it worked fine. Now, I've created couple of queries and mutations for that table but after restarting server it seems not to be reflected in graphql playground http://localhost:3000/graphql....