Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

[self-hosting] M365 link doesn't seem to be working

Hi, I'm trying to set up M365 with Twenty 0.53.0 to use the email/calendar feature. I have set up the environment variables and the cron jobs just like this says : https://twenty.com/developers/section/self-hosting/setup#for-outlook-and-outlook-calendar-(microsoft-365) My vars are as follows : ```conf...
No description

Help with a rollback and backup recovery

Due some issues, I reverted the code and database from 0.53 to 0.50. Same code than before and a snapshot of the database, and I'm getting this error properties of undefined (reading 'fromRelationMetadata') Cannot read everywhere I'm not sure what to do know...

Power Bi / Looker Stuido Conection

Good afternoon, has anyone tried to create a Twenty dashboard by connecting Power BI or Looker Studio directly to the application's database? I'm not able to make this connection.. 😢

Regenerating Graphql

Hello 👋 I'm new to the project, and trying to make a small update to add a field in the ClientConfig type (beside where isGoogleCalendarEnabled and isMicrosoftCalendarEnabled types are defined). After I update these types, I need to regenerate the graphql code... but I'm running into an issue finding the command to trigger the update....

Google Messages - Associated message channel not found

I have emails syncing, and I can view the lists of conversations related to companies and people however I just get an error 'Associated message channel not found' when I try to view the contents of a message. Self hosted docker v0.53.0 I can see it's related to apply-messages-visibility-restrictions.service.ts, so I tried the different visibility options in the settings but that didn't help....

Upgrading to 0.53.x from 0.52.0

I just upgraded from 0.52.0 to 0.53.2 I'm not sure how to understand this issue of Upgrade for workspace 20202020-1c25-4d02-bf25-6aeccf7ea319 ignored as is already at a higher version....
No description

Error filtering by Multi-select value in REST API

When using this options, I'm getting an error in the GraphQL service ``` /rest/people ?filter=listed[in]:[EPIC] &limit=20...

API 500 on GET only

Hi, I run twenty 0.52.8 via docker-compose, pretty much just the default docker-compose.yml that I found on your GitHub. Now trying to use the REST API. I have set up my key and I can do POST just fine but GET gives me this behavior : - first call after a docker compose up gives me this : {"statusCode":400,"message":"Metadata cache version not found","error":"Bad Request"} - all the following calls just give me a 500 with no output My requests are as follows :...

Update from 0.41 not possible

We are using version v0.41.0 and want to upgrade to the latest version – v0.52.0. However, we are encountering issues with the database. We cannot restore the backup into the new database, and we are also unable to use the existing database with the new Docker image. In version v0.41.0, you were using image: twentycrm/twenty-postgres-spilo:${TAG:-latest}. In the new version v0.52.0, you're using image: postgres:16....

Server won't change port from 3000 to 50008

hi everyone! I tried a self hosted approach (no docker!) and wanted to switch ports from 3000 and 3001 to 50008 and 50009 … yet, whenever I start the server it tells me, that port 3000 is already in use. yeah … that's why I want to switch to port 50008 instead 😉 ```...

Server is unable to connect to db

Hey guys! I am trying to just get this running up on the default settings, minus password and secret key, and it keeps telling me in the consoles for both the DB and the server that postgres is not a valid user. I'm at a loss. (It doesn't help that I'm fairly new at this...) My server logs are: `Running database setup and migrations... psql: error: connection to server at "db" (172.22.0.3), port 5432 failed: FATAL: password authentication failed for user "postgres"...
No description

Images not visible after docker-compose down && docker-compose up

I have deployed twenty using docker on an ec2 instance with storage configured in S3. When I upload images in Files, I can see them when I log out and log back in. I can even see them in the S3 bucket. However, when I make local changes and want to update my deployed version, I build the docker image, update docker-compose yml file & then I do docker-compose down && docker-compose up....
No description

[self-hosted] setup for gmail and google calendar help

I've setup Twenty with docker and I can access Twenty with http://localhost:3003. Now I want to setup gmail and google calendar. i've followed https://twenty.com/developers/section/self-hosting/setup. I don't understand the following: ...

Adding new migrations

I just created a new migration in twenty-server/src/database/typeorm/metadata/migrations/ for a table in metadata schema and ran "yarn nx database:migrate:prod twenty-server" command. However, my migration isn't being picked up when the command runs. How can I solve this? I'd appreciate any help!...

Error when trying to delete existing object

I created a new object and when I tried to delete it I am getting that error. Now that I tried to get on the website my modules on the side are not loading other than just company. If you need the log let me know how can I get the log for you since I am new to ubuntu this is self hosted.
No description

Top panel

Where or how can I modify the options for the top panel?
No description

[SELF_HOSTING] File Upload Size Limit Increase

I'm using Nginx as a reverse proxy and have set the upload limit to 512Mb in the Nginx configuration as seen below: location / { client_max_body_size 512M; ...

email error

Hello, when I try to associate my Google email, I encounter the error http://localhost:3000/verify?errorMessage=Unknown+error. How should I troubleshoot and resolve this?
No description

Microsoft sync works, only it doesn't... (multi-tenant)

Hi all and thanks for a great solution! I'm self-hosting on Twenty on an internal server, and finally got the MS integrations going with SSL. Logging in with MS works like a charm, and connecting my account also works - except that nothing actually gets imported. It is stuck on the 'Importing' status, and I can't for the life of me find anything that could indicate what is wrong in any logs....
No description