Twenty

T

Twenty

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

Join

❓︱help

🏡︱general

💻︱development

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

Any way to track external events?

So, there is the timeline. According to the API documentation you can create new entries there. There is the “name” of the entry. When creating the event with no any interconnection with other entries (except for example the Person) and specifying only the name the entry in the timeline is shown empty. How can I add any text there? The goal: to track the Person’s events from external system, for example - emails sent via Marketing channels such as Sendgrid....

Merge contacts

Is there a way to merge contacts?

How to add Calendar event to person

This might be obvious I can't seem to figure it out, Do you have to have calendar sync enabled to add a calendar event to a person?

Version 0.34 migration causing issues on production deployment due to subdomain

Hi, please see https://github.com/twentyhq/twenty/issues/9041 where I have posted a description of an issue I am getting on an operational deployment of Twenty after updating to 0.34. My desired behaviour is that since I have multi workspace disabled, that when I use the base deployment URL, it uses the default workspace. I only need one workspace. Instead it won't let me login claiming user is not a member of the workspace. Help would be appreciated. Thanks....

[SELF HOSTED] Is possible to disable register of new users?

Hello everyone, is it possible to disable registry of new users in self hosted? the workaround we found is to disable creation of new workspaces... so no one can register and create new workspaces... but it would be nice to be able to create some new workspaces.

Regarding duplicate data

Hi @charles In our extended project, we want to prevent users from creating duplicate companies (based on the name). Is there any built-in feature or functionality we can use for this?

Error while setting a default on a multi-select

I tried to update a multi-select by setting a default value and I get this error I am on cloud instance (workspace name colec) Thanks !...
No description