Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

Assistance Connecting to Backend when Reverse Proxying with Nginx Proxy Manager

I can access the frontend of Twenty when I am using the local IP address of my server. Whenever I try to access it via the reverse proxied domain, I get the error "Unable to Reach Back-end." I cannot use port 3000 as the host port, so I've opted for port 30111. I've attached images of my .env setup, along with my Nginx Proxy Manager configuration. The docker-compose.yaml is default other than a remap of the host port from 3000:3000 to 30111:3000. ...
No description

Unauthorized for demo workspace

Hey everyone, happy new year! Just wondering why I keep getting 'Unauthorized for demo workspace' whenever I try to upload a file. I commented out all instances of 'Unauthorized for demo workspace' in the codebase, yet the error remains. I have also cleared cache to no avail. Just to offer a bit more context, I am running the application in dev mode on my local, and my past edits to the front and server have been successful and show up on my local. This error is very mysterious to me because I commented out all parts of the codebase that can throw this error?...
No description

Docker 1-click/manual self-hosting fails

Hello, I have been trying to self-host using docker following the instructions here: https://twenty.com/developers/section/self-hosting/docker-compose While both 1-click and manual instructions create the docker containers and start them up just fine, when try to access http://localhost:3000, I get the following error:...

How can I filter an enum via the REST API ?

Sorry for the noobie question but if I want to get all result filtering on an array of enum via the REST API I would naturraly use this: type[in]:[ENTREPRISE] => 400 Bad request Also tried: - type[in]:['ENTREPRISE'] ...

Best Practice to start a new instance on portainer? (Docker Compose)

Hey Guys, I installed TwentyCRM before and after a Server-Switch, caused by the Provider, I have to start at zero. So I tried to install Twenty via Docker Compose as a Stack in Portainer, I provided the environment variables, but there were some errors and I did something wrong my end, but I tried this so much the last days, I just want to give up 😄 So, how would the ideal docker-compose.yml and the ideal .env-files look like?...

docker update/upgrade 20version

Could you show to us the process to upgrade into swarm or compose, like, what comands have to be set during this? example: yarn database:migrate:prod ...

Importing data from email when sync

Hi everyone, I want to ask about twenty importing data from email when sync Still importing status , and I can't see any email add in People tab , or any email on Gmail Tab of people. Anyone know what issue I got. Thanks a lots with your Idea...
No description

S3 driver and S3 compatible storage (backblaze)

Is it possible to use any S3 compatible storage? Trying to use my backblaze bucket which seems to work fine outside of twenty. I'm going a little nutty trying different combinations here with the environment variables found here. https://twenty.com/developers/section/self-hosting/setup...

Free Website/Store

Grab a free website design or store design this holiday season! Perfect for your business and personal brand. Comment ‘interested’ to get started .

Docker Compose Upgrade Instructions v.033.0 to latest

I am having issues upgrading from v0.33.0 to v0.35.0 or honestly v34. We use docker compose to host our Twenty Instance. The upgrade guide just says to change the tag, and it does download the new image but when I try to login it gives me an error that the workspace doesn't exist. Any help is appreciated....

Is anyone using/following this n8n nodes project for Twenty?

I use n8n for some workflows to sync share data between several systems. I recently came across this project on github and I have it installed on my self-hosted version of n8n. It's a great start and only fully supports 33.4 (as far as I can tell) https://github.com/shodgson/n8n-nodes-twenty Here is the package for n8n if you'd like to install it:...

Building in cursor

I am using cursor to set up twenty, but I am striking out on making it function.
Having issues with Twenty CRM Docker setup: 1. Database Authentication Error:...

User does not have access to this workspace

Hello, I had a docker compose version hosted with the :latest version, and instead I tried to manually set the version to :v0.35 . I compose down and pull and up, but now, when i login with google SSO (which was working before) i get a User does not have access to this workspace message in the browser console, is there a way to recover it? Thanks !

Upgrade errors from v0.34 v0.35.1

Hi Twenty Team, Congratulations on the latest v0.35 release. I am excited to use the new favorites feature. I tried updating to v0.35.1 from v0.34.5. I pulled the latest images, updated the env vars, and ran yarn database:migrate:prod without error....

database reset error.

I get an error saying "Illegal instruction (core dumped)" after running the code npx nx database:reset twenty-server.

Database Reset Fails After Pulling Latest Commit

After pulling the latest commit, I attempted to reset the database. Need help troubleshooting why the reset isn't proceeding as expected.
No description

Docker Compose Setup Reverse Proxy

Server is up and running, I can curl it just fine, but when I try to reverse proxy to the server, I get a bad gateway. I've triple checked the env variables, everything "should be" working. Tried the hostnames twenty, twenty-server-1, docker ip addresses, tried forwarding via https, http. no avail. Realize you guys are not in the business of helping setup reverse proxies, but is there anything I might have missed, or misunderstand from the docs?

Data model - N:N Relationships on Custom Objects

I've created new object called "Deals" and I was hoping to attach a person as "Deal Partners" however, the issue that I'm seeing is that the N:1 relationship is only attaching to a single deal. Deal1 relating (attaching) Person1 & Person2 (Goes just fine) Deal2 relating (attaching) Person1 & Person2 (Goes fine, BUT strips Person1 & Person2 from Deal1) ...
No description

Database reset issue on V0.30.2

We are getting this issue while resetting the database on V0.30.2
No description

I think I may have suffered a migration regression for "phones". Migration from v.0.33 to v0.34

Hey All, I went through the path of updating from v.0.33 to v.0.34 and I'm experiencing some regression on the DB in the form of phones. Can somsone point me to the migrations files for the new phone structure and the migrations that were supposed to take place? Although I'll keep digging, I haven't been able to locate the migrations that changes the phones format and country code. I'm currently getting the following error and it's broken my FE:
error: error: column person.phonesPrimaryPhoneNumber does not exist
error: error: column person.phonesPrimaryPhoneNumber does not exist
...