Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

[TWENTY_SERVER] Out of memory when `npx nx start twenty-server`

I am getting this <--- JS stacktrace ---> FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory 1: 0xb9bbf0 node::Abort() [node]...

Enrichment Variables.

There are several enrichment variables. What are they for, is it usable in self-hosted version ? for example OPENAI_API_KEY...

Getting memory errors while trying to set up twenty on my local ubuntu machine.

I am trying to set up twenty for the first time on my ubuntu machine and facing some issue related to the memory, I have a 8gb 80gb ubuntu + windows dual boot laptop. I am getting the issue as "Worker terminated due to reaching memory limit: JS heap out of memory" when i try to run npx nx start command. Things I have done - ...

Error setting up the project locally.

I was setting up the "twenty" project locally and followed the setup guide carefully. Ran all commands as instructed. No errors during setup; everything executed smoothly....
No description

Use redis without docker-compose.yml

Version: 0.30.2
We are deploying a project on AWS EC2 using /packages/twenty-docker/twenty/Dockerfile.
In version 0.30.2, Redis has been added. Instead of updating the docker-compose.yml file, what changes should be made in the Dockerfile or at any other places to integrate Redis?...

Implementing module federation using vite

can we do module federation using vite here, when i try im getting error like Failed to fetch dynamically imported module: http://localhost:3001/node_modules/.vite/packages/twenty-front/deps/react.js?v=112902a4...

Newly crated record not getting updated

In version 0.30.2V, newly added records for the People and Company objects are not appearing. However, in the network tab, we can see that findManyPeople/findManyCompanies are being called alongside createOnePerson/createOneCompany. Could you help investigate this issue? @charles @thomast

Missing Admin panel v0.50.3

Hey there. As title states our admin panel is missing when upgrading to v0.50.3. Our database exsists since v0.12.0 and we have had a lot of issues since then. This issue is still going on https://discord.com/channels/1130383047699738754/1348588157662138421. Some extra info: Running in docker containers with Nixos modules...
No description

Error Accessing Self-Hosted Twenty CRM via Docker - "Object metadata collection not found

i Twenty CRM Support Team, I'm facing an issue with my self-hosted Twenty CRM instance running on Docker. When accessing the app, I get this error: ...
No description

Error while setting up.....

Hello everyone i was setting up twenty crm on my local system but while doing "npx start" i am getting this error
[0] ✓ built in 6.71s [0] [0] > nx run twenty-ui:build [existing outputs match the cache, left as is] [0]...

Enable multiple-workspaces

Hi everyone. I was wondering how do I enable multiple-workspaces if I am using docker. Or is it not possible with a docker installation how do I enable it from building from source?

Why doesn't the webhook work when data is loaded from the API?

I've tried many times but don't know if I misconfigured something. The webhook works when creating records directly from the user interface. However, when creating records through the API, the webhook doesn't detect any record updates or new creations. Is anyone experiencing the same issue as me?...

Create thumbnail images in an object

Hello everyone, I created a new object called "product". How can I display the thumbnail image of a product when adding a field for URL/LINK or attaching an image to each record, so that it shows a cover thumbnail for each record? Thank you....

Error: non descriptive 500 error on /rest/metadata/relations api

I'm getting 500 server error on all
/rest/metadata/relations
/rest/metadata/relations
endpoints (GET and POST) Present on cloud and self-hosted. Is this a known issue?...

API does not seem to work

I self hosted Twenty, and im trying to use the rest API. It loads forever, and the terminal prints this error
No description

Postgres Admin user after upgrade from 0.43 to 0.50

Since I upgraded, the password for the postgres admin in my env would not allow me to connect to the database with pgadmin, it now seems invalide and is being rejected. I can get into the container ( I am self host) and log in psql no problem, as it does not ask for the password. If I change the password for the one in my env file, the server and worker can't acces the DB anymore.... What did change in this version that might have modified the password for the postgres admin user? I'd like to be...

Error during latest upgrade

Hi all, Just updated to the most recent Docker container (from the second most recent, they are updated regularly), experienced errors when running the two database upgrade commands. When running yarn database:migrate:prod the first error occurs during the output, see attached....
No description

Update to 0.50 failed

Hello I updated and launched usual commands: yarn database:migrate:prod...