Double slash after url
Hello, i don't suppose you know what would cause it to be trying to find 'https://URL.org//graphql'?

Google OAuth doesn't work in Docker Compose
Running Twenty in Docker Compose yet I can't get Google OAuth to work. Following env vars are set in
.env
file:
```
AUTH_GOOGLE_ENABLED=true
AUTH_GOOGLE_CLIENT_ID=xxx
AUTH_GOOGLE_CLIENT_SECRET=xxx...Creating Tasks via API
Hey,
Im trying to create task from the API (https://twenty.com/developers/rest-api/core#/operations/createOneTask)
Body that im sending: "{...

Webhook not working
Hello,
I am using the open source version and its wonderful, now as we want to keep contacts in sync with the latest changes in the crm, we started to impleement a webhook strategy for people and companies but, the webhook dont trigger at all.
Any ideea what we can do regarding this?...

How to reduce conflicts
Hi @charles
Is there a way to minimize conflicts when upgrading from version 0.23 to the latest version, after extending our feature based on the twenty's code...
Restful API: Metafield creation with options in it issue.
Hello,
I am trying to create a metafield inside the crm via restful api with all the countries but, I dont seem to find the correct way to create the json to populate the field with the options.
...
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 ?...