Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

Default favorites have been deleted, how do I reset them?

Ever since I tried enabling the IS_AI_ENABLED feature flag, I've been unable to disable it. I got the idea from this post. Furthermore, the AI configuration was never fully working so it's stuck in a half broken state. More Importantly -> the default favorites were deleted from my local workspaces when I enabled this flag, hence the reason for the context above. Resources checked:...
No description

[CLOUD_PRODUCTION] Cannot return null for non-nullable field CoreView.viewFields.

On creating a view based on a filter, I am getting. It seems a problem with constraint, how can I troubleshooting it? { "errors": [ {...

Notes not Visible despite Existing Relation & Vice Versa

I'm wondering: I am automatically creating notes whenever Fireflies triggers my webhook and add relations to the people and the company involved in the call via API. The workflow runs without error and I can see in the logs, that the note and note targets are actually created (using personId and companyId). I can also open the note (so it actually exists). And I can see that it has relations to the company and one of the two contacts involved. The 2nd contact does NOT have a checkmark. But when I go to the note section of both related contacts, I also see the created note in both cases. How so?...

Api Access to Custom View Data

I am trying to use an alternative system for Campaigns. I am not sure if twenty will have solution for Campaigns (mass email solution etc.). So my idea was to get the view data outside of a custom list Or to get all people and reconstruct the filtering. What did i check: ...

[Cloud] - Incredibly Slow Instance

Everything in my instance seems incredibly slow. My Google Email keeps getting disconnected and I cannot reconnect it. Scheduled workflows did not appear to run as well. I get the following URL returned: https://[subdomain[.twenty.com/settings/accounts?errorMessage=Google+account+connect+error%3A+cannot+read+scopes+from+token...

Workflows not triggering

Is there a reason why workflows are just sitting as enqueued (I'm on cloud)

How to Trigger workflow on select all

Hello, I have kind of a strange issue, When I select multiple rows of a list I have the option to trigger workflows manually but when I select all on a list (even with filters that make the amount of rows small) I am not able to manually trigger an option. (The worklows buttons don't appear) I am on selfhosted instance v.1.1, does anyone have a clue if this is a bug or made on purpose ? Workflows seem super promising would love to be able to use them more !...

Error: APP_SECRET is not set

I'm getting the pictured error whenever I attempt to start up my docker compose install of Twenty. I did in fact set the APP_SECRET in the .env file, and I tried every combination I could think of in the compose file between keeping it as provided in the example file, pasting the same secret into the yaml, and setting it to APP_SECRET: ${APP_SECRET}. None of the above seems to have any effect. I'm using docker desktop on windows 11....
No description

GMail SMTP in .env?

Hello I am adding these details to .env Google Mail Setting EMAIL_FROM_ADDRESS=do-not-reply@gmail.com EMAIL_FROM_NAME=<From Name>...

Mail Sync : Error fetching from folder

Hi, while trying to sync mail folders at the moment I always get an error in worker like below, I am using self hosted mailserver but I am not able to see anything more with regards to error messages. Is there anything known about this? Or am I missing a specific authorization ? I checked docs but couldn't find a hint. ERROR [ImapGetMessageListService] Error fetching from folder Sent: Command failed Error: Command failed at ImapFlow.reader (/app/node_modules/imapflow/lib/imap-flow.js:656:35)...

Browser throws useFindManyRecords

When I press on opportunities, I get the following error: useFindManyRecords for "opportunities" error : ApolloError: Float cannot represent non numeric value: NaN Float cannot represent non numeric value: NaN The opportunity table stays empty, how to identify the broken record? ...

Role for workspace member by API?

Hi, I wanted to ask if it’s possible to get the roles of a workspace member by api? And it’s as well possible to extend the fields for workspace member or planned? Thanks...

Exclude non-professional emails and group emails options are not working

Hello there when two options are active, I am expecting that system should exclude those options. However, I am seeing still group and gmail emails. What should I do?
No description

MS Email Sync not Working?

I finally completed my migration a few days ago and am noticing, that despite using the Microsoft login and emails supposedly being imported, they are actually not synchronizing and emails I sent recently are not showing up. Is there a known issue here?
No description

Query Timeout when Fetching One Account?

I have a somewhat decent server and can query up to three contacts with depth level 1 simultaneously. But when I try to query one company with depth level one, I didn't succeed a single time in 10 or more attempts and always ran into this error: "Error: Query read timeout". That seems rather unusual. What can I do to remedy this? It even "broke" my instance and I temporarily couldn't load the UI (getting "Bad Gateway", followed by "no available server"). I'm on version 1.4.1.

Permissions

Hello All How can I achieve this: Say I have 2 teams Team A and Team B with 3 membes each A1, A2, A3 and B1,B2,B3. How can I sensure that none of the peers (e.g. A1, A2, A3) are able to see each others' objects but only their own?...

Extremely weird webhook issue

Hi, I'm trying to set up some webhooks in order to automate a few things. I'm running Twenty and n8n within separate docker containers on the same server, both instances are working just fine. However, I am utterly unable to make n8n catch when Twenty fires. I have verified that Twenty does indeed fire both by external websites and by setting up an internal python server to listen - both receive what I expect when I expect it. No errors found anywhere in any logs...

New Line via Markdown and API

I am currently trying to create a note via API and trying to figure out, how to two line breaks. \n works for one. But \n\n does not create two. Using \\n\\n strangely creates a double line break but also leaves me with an extra backslash in the text. Using \n\\n or \\n\n does really weird things too. Just genuinely confused: How can I create a double line break? Oh: And <br> and <br /> didn't work either

Gmail synchro don't work with message create in gmail by api request

I created some messages by using api call in an n8n workflow, someone are in sendbox and someone are in draft folder. The messages created manually are completly sync but those created by api had just subject sync, body doesn't appear. Have you an idea why and how i can solve that ? I'm in twentycrm 1.4.1, selfhosted....

restrict view access

I noticed I can control what fields roles can see but also is it possible to lock views? For example when it comes to deals we want our employees to be only able to see their own accounts/deals not other peoples. I see I can modify the view access but I think they can change it as well?...