Andreas
Andreas
TTwenty
Created by Andreas on 1/23/2025 in #❓︱help
Anyone gotten Twenty -> Zapier -> Slack to work?
No description
17 replies
TTwenty
Created by Andreas on 1/23/2025 in #❓︱help
Anyone gotten Twenty -> Zapier -> Slack to work?
No description
17 replies
TTwenty
Created by Andreas on 1/23/2025 in #❓︱help
Anyone gotten Twenty -> Zapier -> Slack to work?
Hmm, ok@martmull will try to test it! But question, does these actions require SSL to be setup? I read somewhere that some features does not work without SSL.
17 replies
TTwenty
Created by Andreas on 1/23/2025 in #❓︱help
Anyone gotten Twenty -> Zapier -> Slack to work?
@Raph - when I set up the Twenty trigger it shows like this, and I have to choose one record (i.e. Ribbn in the example above). Then in the Slack config it shows the hardcoded like that. So not sure how to get around it tbh?
17 replies
TTwenty
Created by Andreas on 1/23/2025 in #❓︱help
Anyone gotten Twenty -> Zapier -> Slack to work?
No description
17 replies
TTwenty
Created by Andreas on 1/23/2025 in #❓︱help
Anyone gotten Twenty -> Zapier -> Slack to work?
Yes!
17 replies
TTwenty
Created by Andreas on 1/7/2025 in #❓︱help
Google apis auth is not enabled
Hey! Seems to have solved the problem 🙌 if I want to check the logs to see that the mail sync is working as it should, where do I find it?
17 replies
TTwenty
Created by Andreas on 1/7/2025 in #❓︱help
Google apis auth is not enabled
@charles hmm ok so I simply add MESSAGING_PROVIDER_GMAIL_ENABLED=true & CALENDAR_PROVIDER_GOOGLE_ENABLED=true in the docker-compose.yml?
17 replies
TTwenty
Created by Andreas on 1/7/2025 in #❓︱help
Google apis auth is not enabled
root@ubuntu-etc-server:~/projects/twenty/twenty# docker exec twenty-worker-1 env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOSTNAME=e868db691ee5 STORAGE_S3_NAME= APP_SECRET=hashedpw FRONT_BASE_URL=http://serverip:3002 REDIS_URL=redis://:hashedpw@redis:6380 ENABLE_DB_MIGRATIONS=false PG_DATABASE_URL=postgres://twenty:twenty@db:5432/default SERVER_URL=http://serverip:3002 STORAGE_S3_REGION= STORAGE_TYPE=local STORAGE_S3_ENDPOINT= NODE_VERSION=18.17.1 YARN_VERSION=1.22.19 REACT_APP_SERVER_BASE_URL= SENTRY_RELEASE= HOME=/home/node root@ubuntu-etc-server:~/projects/twenty/twenty# docker exec twenty-server-1 env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOSTNAME=fea9cd8c45f7 PORT=3000 STORAGE_S3_ENDPOINT= STORAGE_S3_NAME= SERVER_URL=http://server-ip:3002 SIGN_IN_PREFILLED=false FRONT_BASE_URL=http://server-ip:3002 STORAGE_TYPE=local REDIS_URL=redis://:hashedpw@redis:6380 APP_SECRET=hashedpw ENABLE_DB_MIGRATIONS=true STORAGE_S3_REGION= PG_DATABASE_URL=postgres://twenty:twenty@db:5432/default NODE_VERSION=18.17.1 YARN_VERSION=1.22.19 REACT_APP_SERVER_BASE_URL= SENTRY_RELEASE= HOME=/home/node Hmm you're correct I think @Raphaël? I followed the one click guide though. What would you suggest as next step to resolve?
17 replies
TTwenty
Created by Andreas on 1/7/2025 in #❓︱help
Google apis auth is not enabled
Hmm, how do you mean .env in worker and server? How do I access those? 🤔 @Raphaël
17 replies
TTwenty
Created by Andreas on 1/7/2025 in #❓︱help
Google apis auth is not enabled
@thomast @Raphaël any ideas? 🙂
17 replies
TTwenty
Created by r on 12/3/2024 in #❓︱help
can anyone help with local setup
Having the same issue I think, htop shows 100% memory usage. Is it really not possible to host on less than 16gb?
53 replies
TTwenty
Created by Andreas on 12/11/2024 in #❓︱help
yarn fails?
Actually, I upgraded to the newest version of twenty which seems to have solved the yarn problem!
9 replies
TTwenty
Created by Andreas on 12/11/2024 in #❓︱help
yarn fails?
@Raph did you get any insight from my .env? 🙂
9 replies
TTwenty
Created by Andreas on 12/11/2024 in #❓︱help
yarn fails?
Yes sure @Raph see below 🙂 PGUSER_SUPERUSER=postgres POSTGRESQL_USER=twenty POSTGRES_ADMIN_PASSWORD=…. POSTGRESQL_PASSWORD=twenty PG_DATABASE_HOST=db:5432 REDIS_URL=redis://redis:6379 PG_DATABASE_URL=postgres://twenty:twenty@db:5432/default SIGN_IN_PREFILLED=true STORAGE_TYPE=local STORAGE_S3_NAME= STORAGE_S3_ENDPOINT= STORAGE_S3_REGION= APP_SECRET=…. PGPASSWORD_SUPERUSER=…. ALLOW_EMPTY_PASSWORD=yes ACCESS_TOKEN_SECRET=…. LOGIN_TOKEN_SECRET=….. REFRESH_TOKEN_SECRET=…. FILE_TOKEN_SECRET=…. REACT_APP_SERVER_BASE_URL=http://….:3000 FRONT_DOMAIN=..... DEFAULT_SUBDOMAIN=app SERVER_URL=http://….:3000 FRONT_PROTOCOL=http FRONT_PORT=3001 PORT=3000 CACHE_STORAGE_TYPE=redis CACHE_STORAGE_TTL=3600 * 24 * 7 API_RATE_LIMITING_TTL=100 API_RATE_LIMITING_LIMIT=200 ACCESS_TOKEN_EXPIRES_IN=30m LOGIN_TOKEN_EXPIRES_IN=15m
9 replies
TTwenty
Created by Andreas on 12/11/2024 in #❓︱help
yarn fails?
@ɃØĦɆᵾS you seem to have a lot of knowledge, do you have any insights from when you set it up? 🙂
9 replies
TTwenty
Created by sven on 12/10/2024 in #❓︱help
Deploying TwentyCRM on AKS with Kubernetes Manifests
added to .env.
16 replies
TTwenty
Created by sven on 12/10/2024 in #❓︱help
Deploying TwentyCRM on AKS with Kubernetes Manifests
I had the same issue and had to add: PG_DATABASE_HOST=db:5432 REDIS_URL=redis://redis:6379 PG_DATABASE_URL=postgres://admin:password@localhost:5432/default?connection_limit=1 REACT_APP_SERVER_BASE_URL=http://localhost:3000 FRONT_DOMAIN=localhost DEFAULT_SUBDOMAIN=app SERVER_URL=localhost:3000 FRONT_PROTOCOL=http FRONT_PORT=3001 PORT=3000 and the other env variables of course.
16 replies
TTwenty
Created by sven on 12/10/2024 in #❓︱help
Deploying TwentyCRM on AKS with Kubernetes Manifests
Question, did you configure the env variables? https://twenty.com/developers/section/self-hosting/self-hosting-var
16 replies