Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

SignUp Issues

Hey all, im self hosting twenty through docker and when attempting to create a new workspace with a user that is not tim cook I'm not getting any options to sign up the new user. I want to create a new workspace without using the default account so I would appreciate any help. Thanks

Worker doesn't work on Deployment

Hey @charles In the package.json, the command "start": "npx nx run-many -t start worker -p twenty-server twenty-front" works locally to start the worker, but it doesn't work in the deployment version. Is there a change required in the Dockerfile to make it work in the deployed environment?...

Update from .31 to .32 killed my Zapier Authentication.

Hey All, anyone run into any issues with Zapier after upgrading to .32? At the moment all of my zaps are failing due to the following response: Any ideas on what happened here?...
No description

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...