Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

isPublicInviteLinkEnabled does not exist (v0.31.0 to v0.32.0)

I've just update my code v0.31.0 to v0.32.0. And I got this error message in attachment when I try to reach the app....

Integration with Google authentication

This is topic for "how to setup google auth" & what is required on what side.

Integration with google mail

What is required minimum to have gmail messages to sync with CRM? Do i only need those 2 in .env server: section? MESSAGING_PROVIDER_GMAIL_ENABLED: true AUTH_GOOGLE_APIS_CALLBACK_URL: https://crm.faketaxi.xxx/auth/google/redirect...

Current cloud is unreachable

Hey, our cloud account is loading indefinitely with this error in the console : useFindManyObjectMetadataItems error : ApolloError: Cannot read properties of undefined (reading 'fromRelationMetadata') workspace name : colec Can someone check what's wrong ? Is it related to a new release ?...

Need help with Local Setup

I'm getting following error while setting up database command:npx nx database:reset twenty-server p.s: I'm using docker and i've checked that both postgres and redis are running on docker containers....
No description

SMTP mailer problem

Settings are set in docker-compose yaml file,worker section. EMAIL_DRIVER: smtp EMAIL_FROM_ADDRESS: [email protected] EMAIL_SYSTEM_ADDRESS: [email protected] EMAIL_FROM_NAME: CRM-SYSTEM-TWENTY...

Error: An instance of EnvironmentVariables has failed the validation

property APP_SECRET has failed the following constraints: isString
property APP_SECRET has failed the following constraints: isString
Went to update my self hosted instance of twenty and came across the assertion check. 🤔 Little gremlins here and there... Anyone else experiencing this issue with 0.32?...
No description

How to take a DB backup?

I'm running self-hosted via docker-compose, how do I make a backup of my DB in postgresql and restore it on a new instance?

Workspace schema not found

Hi, after restarting services on self-hosted app - when trying to log in, i am getting error: Workspace schema not found although i have this schema in "metadata"."dataSource" table... Could someone help here ?

How do I self-host...

How do I self-host twenty in a shared hosting?

Disable sign up not working

I set the environment variable IS_SIGN_UP_DISABLED=true but after restarting, the sign up is still activated. Since twenty is only used for internal purposes, I want to disable the sign ups.

Install docker-zapier into a Twenty docker instance

Hi everyone, I manage a twenty docker instance, and I would like to install twenty-zapier package into. From your zapier-app documentation page https://twenty.com/developers/section/backend-development/zapier, I can see the setup is based on a yarn install triggered from packages/twenty-zapier directory. Can you confirm please that this is the only existing method, even for a zapier docker instance ? Because I guess I would need to do it again when my docker container get killed....

Environment Variable get transformed incorrectly in some cases within the docker compose file.

See the ${STORAGE_LOCAL_PATH} variable in the image, it gets transformed incorrectly. Any idea how to workaround this issue?
No description

What environments variables do i need to have multiple login accounts?

I want to each member of my team be able to have his own account. Im running on docker compose

Creating unique id's for entries?

Is it possible to create a unique id (Auto generated/ Incremented) for entries? For example a customers will have a unique ID for identification (Ex: 1000151, 1000228). Meaning I will be able to quickly find customer just by typing his unique id. Couldn't find a way to do so 😞 would appreciate any help or suggestions 🙂...

ERROR [ExceptionHandler] connect ECONNREFUSED 127.0.0.1:6379

I use docker-compose.yml and .env file with REDIS_URL=redis://redis:6379, but it seems hardcoded 127.0.0.1 in the server image, so it cannot connected to redis. Here are the server log and keep restarting
[Nest] 1 - 10/30/2024, 1:49:55 AM LOG [InstanceLoader] ServerlessModule dependencies initialized +0ms...

Exposing localhost:3000 leads to white page, but works in machine

I used docker-compose to run twenty and it works on my localhost. But when I expose it to the internet, it's just a white page. Just a title on the tab and a white page Any idea how to fix this?...

connect ECONNREFUSED 127.0.0.1:6379

I'm trying to install on a server that runs redis elsewhere, I need to be able to change the port.