Twenty

T

Twenty

Join the community to ask questions about Twenty and get answers from other members.

Join

❓︱help

🏡︱general

💻︱development

Unexpected Application Error!Object metadata item "workflowVersion" cannot be found (...)

Hello! I have an error that suggests that Workflow Tables are missing (Docker, v0.40 upgraded from 0.36).
Unexpected Application Error! Object metadata item "workflowVersion" cannot be found (...)...

touch: /app/docker-data/db_status: No such file or directory

Hello guys anyone could help me? I'm getting this error in my worker...I'm using docker swarm! ``` version: "3.7"...

Forgot Password not sending me email

I was invited to Twenty but screwed up my initial login and the forgot password link isn't sending me an email.

Self-Hosting - Where to find API key?

Hey team- currently self hosting twenty and would like to connect to Zapier. Have gone thru the process of creating an API key on my portal under the Developers section, but then nothing shows up for me to copy, etc. Am I totally just missing something here and it's staring me right in the face or is there a larger issue at play? Any help is good help!
No description

Email sending not working

Hi guys! Im trying to enable email sending in my self hosted app. I entered these variable in my env but still not working EMAIL_DRIVER=smtp...

Unexpected Application Error! and also "Invalid Sign In Up Params"

Hey there,
We upgraded to 0.4 which works fine (on my local machine here). However, When I am trying to log in over my other device, a laptop (which I was successfully logged in previously) , I get an errormessage "Invalid sign In up params". When trying to directly navigate to the content, customized objects, I receive an application error: Unexpected Application Error! Object metadata item not found for multipliers object...

Self-Hosted Pricing

Hi everyone, will the SSO feature have a separate cost after TwentyCRM is released? We're a small team of three and want to plan ahead if it gets too expensive....

Manifest Unknow

VPS: Debian 6.1.112-1 (2024-09-30) x86_64 Date and hours of bugs: 28 January 15:14 Type of bug : Critical How: ...

isURL validation error during prod docker setup

Hi everyone I am facing project startup issue during docker setup for production. The project is throwing error property PG_DATABASE_URL has failed the following constraints: isUrl. ...
No description

Error "Workspace is not ready to welcome new members"

I've just created a new account+workspace. When trying to login, I see this error "Workspace is not ready to welcome new members" with the respective URL /verify?errorMessage=Workspace+is+not+ready+to+welcome+new+members It then redirects me to the /welcome page prompting to auth. Just before that, when I was able to auth, the app was loading indefinitely, and when I tried to open Settings and click around, I was getting a "Schema version mismatch please refresh the page" error message....

Memory Issue When Running `npx nx start`

I'm facing an issue with my project setup. I followed all the steps mentioned in the Twenty Local Setup Docs.
After running npx nx start in the root of my project, everything starts fine. However, after about 2 minutes, the process crashes with the following error:
```sh...

Local Setup - Cron Job not running

Description: I've created a cron job in twenty-server application using the CamundaSyncCronJob. The job is added to the cronQueue using a command, but it doesn't seem to be executing. Details: The command node dist/src/command/command.js cron:camunda:sync successfully adds the job to the queue....

Cannot Access Twenty Admin Panel After Workspace Reset – ‘Invalid Sign In Up Params’ Error

We added two custom models, and after that, the admin panel stopped loading properly—only the settings page was accessible. We removed the custom models, but the issue persisted. As a next step, we deleted the workspace to create a new one. However, now we can’t even log in. It shows the error: “Error: Invalid sign in up params”....

Link multiple products to multiple companies

Hello! I tried creating a new "Products" object and filling it with different products. I used the relation type "has many" (1:n) and "has one" (n:1). The problem is there is no "many to many" (n:n/m:n). I managed that: - multiple companies can have the same product but they can only have one product - multiple companies can have different products but other companies can't use the same product...

can we integrate outseta to twenty CRM?

Does Twenty CRM support integrating with Outseta for both user authentication (SSO) and user management - specifically, can we use Outseta as our primary user directory to sync user profiles, roles, and permissions into Twenty CRM?

MetaData Select Field Options

MetaData Select Field Options. Is it possible to disable an Option. The challenge I am having is loading in historical data that is old the options changed over the years. Currently there is 400 Options in the the list, but only 15 are current and Active by users. Keeping the old data is important but It seems like there is no way to make an Option Inactive, Is it possible to disable an Option.

Gmail email sync (not calendar sync) intermittently stuck.

Hey All, I'm back again wrestling with the email sync issue that seems to hang or not complete. Does anyone have any verbose methods for watching the command work? The logs are relatively opaque and not very informative. Thus far I've used all of the following commands: ```docker exec -it app-worker command:prod cron:messaging:messages-import...

API Access

Hey, I have trouble accessing the API. When I go to https://twenty.com/developers/rest-api/core#/ and enter my details it just continues to display the "A token is required..." message and the API field has a red border (screenshots follow). Its a self hosted instance
No description

Anyone gotten Twenty -> Zapier -> Slack to work?

Hi everyone, when I'm trying to set up notifications for Created & Updated records as well as moved between different opportunity stages it seems to not work as expected. Anyone have any pro tips? 😎 I simply create a Company created in the Twenty config in Zapier and then I do Record name in Record opportunities stage and it works in the test, but then it never pushes any more updates after that. I only get the message in Slack for the actual test case from Zapier, in this case "Ribbn" added in "SCREENING". Any ideas how to get it to work for all Companies created and all Opportunity stages?...
No description

Local Setup - No data in Postgres

I'm trying to run the local setup on Almalinux 9.4. When I go to run the command to setup the database: >npx nx database:reset twenty-server ...