hiimalexok
Has anybody gotten the latest version of Twenty CRM successfully self-hosted on Railway?
Hi, all.
Unfortunately, I've been stuck on this for two weeks, and I could really use some help.
There's a template on Railway created by Félix Malfait for setting up Twenty CRM, but it installs version 0.3.3.
It's using the deprecated docker images of Twenty, and I would love it if someone provided either some instructions as to how to set up this new version, or simply created a deployable template.
I love Twenty, and I really want to use the latest features.
Thank you!
8 replies
Creating Company & Opportunity Returning 500 On REST API
Hello!
I'm trying to create a company and an opportunity at the same time.
I'm hitting /rest/companies
and passing the following body:
{
"name": "COMPANY NAME",
"opportunities": [
{
"name": "OPPORTUNITY NAME"
}
]
}
Here's my code specifically:
and it's returning the following:
"error": "AxiosError: Request failed with status code 500. Please check your query."
Am I missing something obvious?
7 replies