Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

twenty crm railway template

hi! i'm trying to set up a basic self host using the railway template at https://railway.com/template/nAL3hA. upon using the template, i skipped the email env vars, setting them to empty strings since i haven't set up and do not think itll affect basic setup. the deployment consistently crashes like the image sent, and the logs mention this. ...
No description

Cant delete custom field

the option to delete a custom field is not available.
No description

How can I have multiple filter relations

How can I have multiple filter relations between two objects where both objects are able to have many relation type. Not just one way but where it works both ways? A and B are objects.
No description

Admin Panel not visible

Although I have admin access, the Admin panel is not visible in settings. @prastoin @Guillaume...
No description

Workspace version and APP_VERSION

Can someone please explain the purpose of core.workspace.version and APP_VERSION, and how they impact the data migration process? @prastoin @charles @Guillaume...

Creating Data Models via API with Relations

Hi! We're just onboarding onto Twenty and are really loving what y'all are doing here so far! We're looking into building some API integrations to automatically create tasks, notes and other custom data models that we have. However, all of the create REST APIs don't seem to expose a way to define any relations on the created data model. Is this currently possible via API?

.xlsx files can't be viewed

I attached a .xlsx file to a person and I can see it in the list of Files. However, when I click on the File I get an error: An error occurred We're sorry, but for some reason we can't open this for you. ...

Rest API issue when filtering by array

Currently, running 0.53.4. Everything is going great! One thing that still I can't workaround (and I maybe need to send a fix for this) is filtering people by a value in a multi-select
No description

Manually updating workspace to 0.51.0

Hi all, I seem to be trapped on 0.52.0 which, as per the upgrade guide, requires the manual update to 0.51.0. Can anyone provide instructions on how to perform this manual change?...
No description

Name field mandatory?

It seems I can't delete the name field when defining a data model object. I don't want the employees to fill that field. E.g. "Week plan" has a year, a week number and notes. What do I do with the name?...

quick search for custom field

Hi, I think it's a common use case to add a custom field "Customer Number" to a company. Quick Search doesn't consider this field in my case? What am I doing wrong?

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