Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

Problem loading login page after fresh install

I had a working system that I built recently, I believe it was a version 0.35 but I'm not sure, it was whatever was current in github at the time. (3 weeks ago) I refreshed the project files from git and now I can't get to the login page. it just comes up as a blank page. I'm getting an error in the browser - see next post ...

It is possible to permanently delete a people record?

Is a soft delete the only supported option to remove people? Once I'm in the People Deleted view, and I delete the Person again shouldn't the action be permanent? In most cases the issue is that of a merged record. Where multiple variations of the same person or company came in via email or calendar. I know this issue is being tracked in a separate issue. However, there are some records that just need to be purged/deleted from the UI. Does that exist?...

Is anyone using Metabase or similar to understand analytical dimensions of activity within Twenty?

Hey All, I'm in the beginning stages of getting deeper into the activity and use of what's happening from those on our team using of twenty. Has anyone started to use tools like metabase/tableau/Grafana/Superset to see how your users are using twenty?

Date Picker Doesn't Work

I encounter this issue on twenty.com as well as my self-hosted Twenty app. Whenever I try to change the year or month, the date picker simply quits and makes no change to the original value. Is there a quick fix for this? Thanks in advance....
No description

does webhook not work in self hosting?

I have a self hosted version where its not working but works in the 20 account version

Columns getting mutilated after addition of multiple objects/ fields.

The number of fields returned by the graphql is changing after addition of multiple objects. They stop showing on the front end and all the tables do not show. This is happening on both self hosted and the cloud version. Why is this happening?...
No description

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