Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

Cannot access to demo version

We cannot use '[email protected]' anymore. There is a message with "Plan required" only. Is it a bug?...

Emails greyed out?

how does the email function work? I can send a reset password to the users email. i can log on with google SSO but i dont know how to do the email function. ...
No description

Failed to parse OpenAPI file

We got Twenty running with nginx and working on crm.myurl.com i've set it up to forward crm.myurl.com/api to the server. so when i go to that url, i get: {"statusCode":404,"message":"Cannot GET /api","error":"Not Found"} so i know its working......

API token not recognised by docs generator

Hi there 👋 I've just gotten started with Twenty. We used the Deploy to Render route, and it went smoothly. However, now when trying to learn more about the API, we can't access the docs. I understand a token is needed to generate the docs specific to our org. So I go to Settings > Developers > Create API key. This works, I get a new token. But when pasting that into https://docs.twenty.com/rest-api/core#/, along with our url, I get the error saying a token is required....

Has anyone successfully got this working on docker and Nginx?

I can get this running on docker with localhost. but nothing i do will make it work when using nginx reverse proxy. in the console (chrome) i get "index-O3h98bLs.js:132 ...
No description

Data Model

I'm playing with datamodel. Sorry, I'm not used to CRM and I studied databases at school two decades ago.. it's blurry in my mind. I created a Country:Countries object with basic informations as name, iso3. I will add some specific fields later on. As you see in the screenshot, I created a Project:Projects objects. One project should be related to at least to one country. ...
No description

Frontend - Server communication

Hi, I´m trying to self host the docker hub images in Azure Container Apps, and I´m nearly there, but struggeling with some frontend <-> server communications (I think). The server -> db communication is functioning, i.e. I can run yarn database:reset from the server, and it runs through it´s loop ok. I also connect to the frontend url and get greeted with the login modal, but when I try to write something an error ApolloError appers in the upper right hand. ...
No description

Backup & Restore

Hello In "self hosting" mode, what is the best way to backup/restore Twenty database? Using API or pg_dump? How?...

Install Twenty using Docker on Macbook

Hello I would like to install Twenty on my laptop (Mac) for local use. I never used Docker, but I already setup some "old style" servers....

Node modules not found error in VS Code

- First time developing using docker Question: Why am receiving node modules not found, error, how to fix this, what am I missing, I am running dev setup using docker, followed the steps in the documentation. not sure if this https://docs.twenty.com/contributor/local-setup/docker-setup#optional applies to my case...
No description

Setting up Twenty locally

Everytime I run make ... command, I get the following error ``$ make provision-postgres make -C infra/dev provision-postgres make[1]: Entering directory '/home/BOHEUS/Desktop/Twenty/twenty/infra/dev' ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the services key, or omit the version` key and place your service definitions at the root of the file to use version 1....