Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

Error in local Setup in yarn

I am trying to set up loacally on my Mac. But whiling doing this I am getting error after running Yarn. Steps I followed : 1.Installed git , Node v18, Yarn v4(using corepack enable) and nvm using given links in doc. 2.Then cloned using SSH and run cd twenty 3.Installed database locally with brew...
No description

Assigning Workspace Team Members to a Data Model Object->Fields

How can I add Workspace Team Member as a Field inside of a custom Object. I know it's available in the Company default field. (ie I have a custom Object called Onboardings inside that object I would like to be able to assign the onboarding to a or many team member) Merci!...

People endpoint filter by first and last name

Is it possible to do this? I tried forming my filter query using name.firstName and name.lastName but it just returns all people. I am trying to create an n8n workflow that checks if customers exist before inserting them into twenty but the people endpoint seems kinda of lacking unless I create helper fields

Urgent: Getting Apollo Error for my workspace after upgrading

Hi 🙂 So basically i upgraded to yearly cloud. And it went through after that i got the error and can't login anymore. Ideally you can restore my data but if it is faster to jsut reset that'd be fine too....

Local Setup issue (Windows):

I followed the commands mentioned in the twenty documentation. But whenever i run : npx nx start twenty-front or npx nx start It converts "/" -> "" in imports and exports causing error. example : export * from './Pill\Pill';...

Welp, all of my companies have been soft deleted.

Just upgraded to 30.2 and all of the companies are acting like they're soft deleted!! It seems like all of the connections between people and companies have been broken. 😬 Is there any quick way short of running a query in psql to get them back?...

Self built login error

What is the problem, big shots
I tried to deploy it in k8s, but it kept getting errors when logging in ...

Getting `NOAUTH Authentication required` error on self hosted site after sign in/workspace creation

After signing up or logging in, I receive a popup error: Error during useFindManyObjectMetadataItems. When I check the network logs, I see the following error in my GraphQL calls: code: INTERNAL_SERVER_ERROR response: NOAUTH Authentication required. I attempted to set the AUTH_PASSWORD_ENABLED environment variable to true, but I still get the same error. Did I misconfigure something, or is there another underlying problem?...

Gmail sync not working

Hi team, I configured gmail successfully (self hosted 1 click coolify setup) but it keeps showing this (refer screenshot) and there are no people/companies from my emails yet. It's been 24 hours. I did run these commands as mentioned in the documentation....
No description

Need help Setting up locally

getting error while starting backend.
No description

Not able to reproduce #7197 issue locally (https://github.com/twentyhq/twenty/issues/7197)

Hi, Would be very grateful if someone could look into my comment here https://github.com/twentyhq/twenty/issues/7197#issuecomment-2388285977 and guide me as to where I might have gone wrong, and what could be done about it. I recloned the repo, but that didnt help

First sign in behavior

I'm self hosting Twenty on a Coolify's instance. The soft works nicely BUT I'm experiencing issues with system emails (I've made another post about it). As I can't send email invitation to the workspace, I'ce tried the journey of a team member willing to join the workspace. ...

No system mail sent

I'm self-hosting Twenty with the Coolify's template. Everything work nicely BUT the system emails. No matter what I do, it seems that the system never sends any emails (eg: invitation or forgot password). ...

Can't self host twenty

I get these errors when I run: docker exec -it twenty-server-1 yarn...

Local setup Issue

While setting up the project locally when I run the command npx nx database:reset twenty-server I keep getting this role does not exist error. Even though I have checked the docker container where twenty role does exist and is owner of default database. I don't understand what am I doing wrong. Please help...
No description

Error while setting up locally

Hi. I encountered a problem while setting up locally. https://twenty.com/developers/local-setup#step-3:-set-up-a-postgresql-database I'm currently on this step and I ran into this error:...
No description

Regarding Microsoft oAuth

Hello there, I'm self hosting Twenty using Coolify's template. Everything works fine, but I'm trying to push it by implementing the Microsoft oAuth. ...
No description

Can I deploy twenty-server on its own or do all services have to be deployed in the same environment

I am using railway.app to deploy the backend server. We already have an existing postgres table elsewhere and were planning to deploy the frontend using vercel. On railway.app I tried to point the build commands to the twenty-server directory npx nx build twenty-server and the start command was cd packages/twenty-server && yarn start:prod. I also depolyed a redis server in the same environment as the backend server on railway.app and set the REDIS_HOST, REDIS_PORT, REDIS_USERNAME, REDIS_PASSWORD environment variables for the twenty-server deployment. With all of these configurations, my build succeeds but I always get the following deployment log errors:...

Help with REST API `emails` filter

Hey all! I just upgraded to v0.30.2 super excited to start leveraging some of the new features! I'm working through updating my automations that talk to Twenty, and have a question about how to currently query on the new emails.primaryEmail and emails.additionalEmails fields. I'm hoping to search all email fields for Persons to see if the email exists or is known or not. So I'm planning on using the or() operator with the /rest/people endpoint to query to see if they exist....