Cannot Access Twenty Admin Panel After Workspace Reset – ‘Invalid Sign In Up Params’ Error
We added two custom models, and after that, the admin panel stopped loading properly—only the settings page was accessible.
We removed the custom models, but the issue persisted.
As a next step, we deleted the workspace to create a new one.
However, now we can’t even log in. It shows the error: “Error: Invalid sign in up params”....
Link multiple products to multiple companies
Hello! I tried creating a new "Products" object and filling it with different products. I used the relation type "has many" (1:n) and "has one" (n:1).
The problem is there is no "many to many" (n:n/m:n). I managed that:
- multiple companies can have the same product but they can only have one product
- multiple companies can have different products but other companies can't use the same product...
can we integrate outseta to twenty CRM?
Does Twenty CRM support integrating with Outseta for both user authentication (SSO) and user management - specifically, can we use Outseta as our primary user directory to sync user profiles, roles, and permissions into Twenty CRM?
MetaData Select Field Options
MetaData Select Field Options. Is it possible to disable an Option. The challenge I am having is loading in historical data that is old the options changed over the years. Currently there is 400 Options in the the list, but only 15 are current and Active by users. Keeping the old data is important but It seems like there is no way to make an Option Inactive, Is it possible to disable an Option.
Gmail email sync (not calendar sync) intermittently stuck.
Hey All, I'm back again wrestling with the email sync issue that seems to hang or not complete. Does anyone have any verbose methods for watching the command work? The logs are relatively opaque and not very informative.
Thus far I've used all of the following commands:
```docker exec -it app-worker command:prod cron:messaging:messages-import...
API Access
Hey, I have trouble accessing the API. When I go to https://twenty.com/developers/rest-api/core#/ and enter my details it just continues to display the "A token is required..." message and the API field has a red border (screenshots follow). Its a self hosted instance
Anyone gotten Twenty -> Zapier -> Slack to work?
Hi everyone, when I'm trying to set up notifications for Created & Updated records as well as moved between different opportunity stages it seems to not work as expected. Anyone have any pro tips? 😎
I simply create a Company created in the Twenty config in Zapier and then I do Record name in Record opportunities stage and it works in the test, but then it never pushes any more updates after that. I only get the message in Slack for the actual test case from Zapier, in this case "Ribbn" added in "SCREENING".
Any ideas how to get it to work for all Companies created and all Opportunity stages?...
Local Setup - No data in Postgres
I'm trying to run the local setup on Almalinux 9.4.
When I go to run the command to setup the database:
>npx nx database:reset twenty-server
...
Error logging
I'm having issues trying to connect to my workspace. I got this error message every email I use to login. Does anyone know how to solve it?
Upgrade to v0.33 sync of standard objects failed
Hi Team!
I've just completed the migration from the old PostgreSQL image over to Spilo. I've restored my old database to the new Spilo container and everything is looking good (I think) except that I've seen errors that the metadata is missing it's version and the migration command to 0.33 is failing.
Here are the images I'm using:...
Interface optimization
I have approximately 300 opportunity records in the CRM and I realize that the interface does not work fluidly. It's quite common to experience crashes. Is there any command or resource that I can use to optimize this?
schema "graphql" does not exists
We are currently using V0.30.2 with fresh rested database while updating the company name we are getting this execution. Also there is no schema name graphql created in database.
Upgrade to latest version doesn't work
I've updated my docker-compose to use twentycrm/twenty-postgres-spilo but now in the server container I'm getting:
```
[Nest] 1 - 01/20/2025, 11:34:44 AM ERROR [TypeOrmModule] Unable to connect to the database (core). Retrying (1)...
error: database "default" does not exist
at Parser.parseErrorMessage (/app/node_modules/pg/node_modules/pg-protocol/dist/parser.js:283:98)...
INTERNAL_SERVER_ERROR, when I self host docker compose, sync data is fail, maybe this error .
Exception Captured
{
operation: { name: 'GetCurrentUser', type: 'query' },
document: 'query GetCurrentUser {\n' +
' currentUser {\n' +...
✘ Container twenty-server-1 Error 70.8s
I run bash <(curl -sL https://git.new/20) but due to precedent installations I was not able to clear I suppose the password is not correct but I cannot find how to fix it?
I got this error
[+] Running 6/6...
Microsoft email and calendar integration
Hi guys, looking for some help. I did look into the github issues and find a lot of information about the microsoft integration for office365 email and calendar. I am looking to integrate it into our twenty environment, as all our email and calendar are on microsoft (We are 4 users).
I came across Github issue# 8473. https://github.com/twentyhq/twenty/issues/8473
We do not use Google, and my env variables are not set for Google either, only the microsoft environment variable. I did verify the server and worker docker, and both env does contain my microsoft configuration information. However, the front end only display the "connect with google" button under the emails and calendar setting. ...
disabling sign up is not working.
Tried
IS_MULTIWORKSPACE_ENABLED=false
IS_SIGN_UP_DISABLED=true
Both not working. Please help im self hosting using dollar deploy...