Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

How to create new workspace using API?

Is this the way to do it? Can someone help?
No description

Feature or bug

Hi, why is it when testing the api sometimes when we type too fast it redirects to people page? is there a keyboard shortcut or is this a bug because it doesn't seem to be consistent. for example in here, i wanted to type "sign", however it only lets us type "si", when g it pressed nothing happens. tried this on different browsers and showed same behaviour.
No description

Copy hover button not visible

When editing a field, the copy button is still clickable but does not appear on mouse over. It is invisible.
No description

Trying to run Postgres spilo container in Ubuntu EC2 Instance

@thomast @prastoin @charles Hey everyone! I'm facing an issue while running the twentycrm/twenty-postgres-spilo:latest Docker image on my Ubuntu EC2 instance. The same command works perfectly on my local machine, but on EC2, the container crashes shortly after starting. The logs show the following error: patroni.exceptions.PatroniFatalException: Can not find suitable configuration of distributed configuration store and for your information i am using this comamnd to run docker container docker run -d ...
No description

database "default" does not exist

Hello Twenty's team I would need some support on this stacktrace I'm getting from the dockercompose steps ? @Alzter...

Copying multiple emails

For example, if I wanted to select all customers'/peoples emails and export/copy them, would that be possible? Can data from the columns be copied at all?

Any docs on this?

Is there any documentation on how to use this?
No description

Default workspace

Currently We do have two workspaces: Apple and ACME We have disabled multiple workspace flag in env, So we are getting default workspace for Apple, but what should I do If I want ACME as a default workspace? @thomast @charles @Prastoin...

UI issue in V0.51.0

When we run the application and welcome page come and if we hover or do some activity automatically ui got crashed and it's showing blank page and in console it's showing this error The above error occurred in the <RecoilURLSync> component: RecoilURLSync@http://apple.localhost:3001/@fs/home/jay/Jay/Internal-System/CRM/simform-twenty-crm/node_modules/.vite/packages/twenty-front/deps/recoil-sync.js?v=036a718f:4831:23 RecoilURLSyncJSON@http://apple.localhost:3001/@fs/home/jay/Jay/Internal-System/CR...

Enable multiple workspace

What should be done to enable multilpe workspaces setup in v0.51. ? I set IS_MULTIWORKSPACE_ENABLED = true @thomast @charles @Weiko...
No description

No email connection settings

Looking to connect my e-mail to 20, however there doesn't appear to be any way to connect to an SMTP provider (screenshot attached).
No description

Which version should use?

We currently have a release/V51 branch, a main branch, and a tag v0.51.6. Which of these should be treated as the source of truth for the latest code and which should we use going forward to ensure smooth merging of future versions without conflicts?

Import time for Gmail synchronization (self hosted on unraid / docker)

I setup twenty yesterday and started a Gmail sync. It's still importing 12 hours later is this common? Regular Gmail workspace account with a custom domain and seems to have imported 288 people and 136 companies. I'm guessing it's stuck.

Getting Member role event if I log in with admin account

Hey @prastoin and team, Even if I'm an Admin, I'm getting Member when I log in to the admin workspace when I log below: const currentWorkspace = useRecoilValue(currentWorkspaceState);...
No description

Migration error from v0.43 to v0.44 - onboarded_workspace_requires_default_role

Hi! I am migrating my installation from v0.33 to actual, step-by-step. Everything was going great, but when I tried to migrate from v0.43 to v0.44 - I faced next error: ``` PENDING_CREATION', 'ONGOING_CREATION') OR "defaultRoleId" IS NOT NULL) query failed: ALTER TABLE "core"."workspace" ADD CONSTRAINT "onboarded_workspace_requires_default_role" CHECK ("activationStatus" IN ('PENDING_CREATION', 'ONGOING_CREATION') OR "defaultRoleId" IS NOT NULL) error: error: check constraint "onboarded_workspace_requires_default_role" of relation "workspace" is violated by some row...

help with building

i used this to build the docker : docker build -f packages/twenty-docker/twenty/Dockerfile -t twenty-standard:latest . , and it builds just fine. however when I tried to run the image it gives connection error to db...
No description

what exactly does this do

i tried to run : npx nx database:reset twenty-server, howveer it does not seem to reset the database, previous workspace still exists. is this only for setup and not actualy "resetting"? can someone explain?

Calendar & Email on Custom Objects

Is there any documentation on how to add the calendar & email objects to a custom object?

PostgreSQL connection is refusing

I followed manual setup steps mentioned at : https://twenty.com/developers/section/self-hosting/docker-compose I'm getting this error: ERROR [ExceptionHandler] password authentication failed for user "postgres"...