Twenty

T

Twenty

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

Join

❓︱help

🏡︱general

💻︱development

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.

Need help setting up

The frontend is shutting down again and again
No description

twenty and traefik

Hey all! I'm having trouble with Traefik not detecting a service called "twenty." The container is running, and the labels seem correct, but Traefik keeps marking it as "not found." Could someone share a working Traefik config with a similar setup for reference? Thanks in advance!

Cannot see "Workflows" and "Functions" functionality in my workspace (a single paid cloud user)

I've learnt that there is a "workflows" and "serverless functions" functionality that seems like is in main, but I cannot see it in my paid workspace (single user, cloud). I was wondering what could be the reason for it?

I’m setting up a self-hosted 20 CRM on AWS but facing some issues accessing it with a custom domain.

Steps I’ve Completed: 1. EC2 Instance Setup: Created an EC2 instance and associated an Elastic IP with it. 2. S3 Bucket Setup: Configured an S3 bucket as required by the CRM. 3. SSH Access: Successfully connected to the EC2 instance via SSH....