Migrate from `twentycrm/twenty-postgres` to `twentycrm/twenty-postgres-spilo`
Hi all!
I just noticed the description in dockerhub for
twentycrm/twenty-postgres
mentions that this is now deprecated and we should be using twenty-postgres-spilo
instead.
Is it safe to switch out the image in the deployment, while retaining the same storage and environment vars? Or will this require backing up the DB, and restoring to the new postgres-spilo server?...Cannot create a New Opportunity from the "By stage' tab
You can create one in the table view, but in the Kanban board it wont let you add a new one. The +New button doesnt work.
Filters, Search and Options not working
I tested v0.32 and 0.33, and as soon as I click on the filters in Companies, an error occurs:
Server’s on a coffee break
Object metadata item "viewFilterGroup" cannot be found in an array of 34 elements
...
Help me modify source code in docker
Hello everyone, I've just set up everything using Docker Compose, and it works correctly. However, I'm wondering how to modify parts of the source code. Making changes directly inside the container doesn't seem like a good approach. Could anyone provide guidance on the best way to modify the source code in this setup? Thank you
Too Many Clients Error
While running docker run -p 3000:3000 IMAGE_NAME:TAG this command i am getting error
Remove Companies from Leads
hello, is it possible to create leads on people and not companies ? My customers are patients, they aren't associated with any company.
postgres connection_limit
Hello. I have PostgreSQL database and user account with max connection = 15. When i try to work actively with my self hosted twenty I get errors in logs like this:
query failed: SQL_QUERY_HERE
error: error: odyssey: c4c33593663c3: too many active clients for user (pool_size for user username.twenty-db reached 15)
When I investigate SELECT ... pg_stat_activity where usename = 'username' i see what all my 15 connection was used. I tried to set connection_limit=1 in PG_DATABASE_URL as described in https://twenty.com/developers/section/self-hosting/self-hosting-var , but it doesn't help.
...
SignUp Issues
Hey all, im self hosting twenty through docker and when attempting to create a new workspace with a user that is not tim cook I'm not getting any options to sign up the new user. I want to create a new workspace without using the default account so I would appreciate any help. Thanks
Worker doesn't work on Deployment
Hey @charles
In the package.json, the command "start": "npx nx run-many -t start worker -p twenty-server twenty-front" works locally to start the worker, but it doesn't work in the deployment version. Is there a change required in the Dockerfile to make it work in the deployed environment?...
Update from .31 to .32 killed my Zapier Authentication.
Hey All, anyone run into any issues with Zapier after upgrading to .32? At the moment all of my zaps are failing due to the following response:
Any ideas on what happened here?...
isPublicInviteLinkEnabled does not exist (v0.31.0 to v0.32.0)
I've just update my code v0.31.0 to v0.32.0.
And I got this error message in attachment when I try to reach the app....
Integration with Google authentication
This is topic for "how to setup google auth" & what is required on what side.
Integration with google mail
What is required minimum to have gmail messages to sync with CRM?
Do i only need those 2 in .env server: section?
MESSAGING_PROVIDER_GMAIL_ENABLED: true
AUTH_GOOGLE_APIS_CALLBACK_URL: https://crm.faketaxi.xxx/auth/google/redirect...
Current cloud is unreachable
Hey, our cloud account is loading indefinitely with this error in the console :
useFindManyObjectMetadataItems error : ApolloError: Cannot read properties of undefined (reading 'fromRelationMetadata')
workspace name : colec
Can someone check what's wrong ? Is it related to a new release ?...Need help with Local Setup
I'm getting following error while setting up database command:npx nx database:reset twenty-server
p.s: I'm using docker and i've checked that both postgres and redis are running on docker containers....
SMTP mailer problem
Settings are set in docker-compose yaml file,worker section.
EMAIL_DRIVER: smtp
EMAIL_FROM_ADDRESS: [email protected]
EMAIL_SYSTEM_ADDRESS: [email protected]
EMAIL_FROM_NAME: CRM-SYSTEM-TWENTY...
Error: An instance of EnvironmentVariables has failed the validation
property APP_SECRET has failed the following constraints: isString
property APP_SECRET has failed the following constraints: isString
How to take a DB backup?
I'm running self-hosted via docker-compose, how do I make a backup of my DB in postgresql and restore it on a new instance?
Workspace schema not found
Hi, after restarting services on self-hosted app - when trying to log in, i am getting error: Workspace schema not found although i have this schema in "metadata"."dataSource" table... Could someone help here ?