Raph
Raph
TTwenty
Created by Raph on 1/23/2025 in #❓︱help
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
docker exec -it app-worker yarn command:prod cron:messaging:message-list-fetch
docker exec -it app-worker yarn command:prod cron:calendar-event-list-fetch
docker exec -it app-worker yarn command:prod cron:messaging:ongoing-stale
docker exec -it app-worker yarn command:prod cron:calendar:ongoing-stale
docker exec -it app-worker command:prod cron:messaging:messages-import
docker exec -it app-worker yarn command:prod cron:messaging:message-list-fetch
docker exec -it app-worker yarn command:prod cron:calendar-event-list-fetch
docker exec -it app-worker yarn command:prod cron:messaging:ongoing-stale
docker exec -it app-worker yarn command:prod cron:calendar:ongoing-stale
I'm not sure if the stale process is killing my imports, but the app has stopped importing emails. I'm running these commands via cron every 30 minutes. Any ideas?
1 replies
TTwenty
Created by Raph on 1/5/2025 in #❓︱help
It is possible to permanently delete a people record?
Is a soft delete the only supported option to remove people? Once I'm in the People Deleted view, and I delete the Person again shouldn't the action be permanent? In most cases the issue is that of a merged record. Where multiple variations of the same person or company came in via email or calendar. I know this issue is being tracked in a separate issue. However, there are some records that just need to be purged/deleted from the UI. Does that exist?
14 replies
TTwenty
Created by Raph on 1/5/2025 in #❓︱help
Is anyone using Metabase or similar to understand analytical dimensions of activity within Twenty?
Hey All, I'm in the beginning stages of getting deeper into the activity and use of what's happening from those on our team using of twenty. Has anyone started to use tools like metabase/tableau/Grafana/Superset to see how your users are using twenty?
27 replies
TTwenty
Created by Raph on 12/28/2024 in #❓︱help
Is anyone using/following this n8n nodes project for Twenty?
I use n8n for some workflows to sync share data between several systems. I recently came across this project on github and I have it installed on my self-hosted version of n8n. It's a great start and only fully supports 33.4 (as far as I can tell) https://github.com/shodgson/n8n-nodes-twenty Here is the package for n8n if you'd like to install it: https://www.npmjs.com/package/n8n-nodes-twenty It doesn't seem to be well known here and so I'm doing what I can to help generate some support and hopefully some contribution to mature the project. It's a great start, but it isn't perfect especially for 33.4 that I'm sitting on for now. Is anyone interested in contributing?
7 replies
TTwenty
Created by Raph on 12/23/2024 in #❓︱help
Data model - N:N Relationships on Custom Objects
No description
18 replies
TTwenty
Created by Raph on 12/21/2024 in #❓︱help
I think I may have suffered a migration regression for "phones". Migration from v.0.33 to v0.34
Hey All, I went through the path of updating from v.0.33 to v.0.34 and I'm experiencing some regression on the DB in the form of phones. Can somsone point me to the migrations files for the new phone structure and the migrations that were supposed to take place? Although I'll keep digging, I haven't been able to locate the migrations that changes the phones format and country code. I'm currently getting the following error and it's broken my FE:
error: error: column person.phonesPrimaryPhoneNumber does not exist
error: error: column person.phonesPrimaryPhoneNumber does not exist
I can certainy create the column, but I'm also missing the others like phone.phonesPrimaryPhoeCountryCode. All of these columns are missing from my person schema. Super weird, and kinda scary.
53 replies
TTwenty
Created by Raph on 12/2/2024 in #❓︱help
Error: Cannot convert TS_VECTOR to column type.
No description
13 replies
TTwenty
Created by Raph on 11/7/2024 in #❓︱help
Update from .31 to .32 killed my Zapier Authentication.
No description
100 replies
TTwenty
Created by Raph on 11/6/2024 in #❓︱help
Error: An instance of EnvironmentVariables has failed the validation
No description
6 replies
TTwenty
Created by Raph on 10/11/2024 in #❓︱help
How to tell if new contacts are being generated from email?
Hey All, I'm suspicious about my email generating new people from email and calendar activity. I know the message are coming in, but I'm not sure if the process that creates a new person from those activities is working as it should. I've sent and received email that should have generated new people in the app but so far nothing has been created. Any ideas on how to see if that is working properly?
49 replies
TTwenty
Created by Raph on 10/4/2024 in #❓︱help
Welp, all of my companies have been soft deleted.
Just upgraded to 30.2 and all of the companies are acting like they're soft deleted!! It seems like all of the connections between people and companies have been broken. 😬 Is there any quick way short of running a query in psql to get them back?
63 replies
TTwenty
Created by Raph on 10/1/2024 in #❓︱help
502 Error
Hey All, I'm randomly getting a 502 error on a few actions. I can see the following occur in the logs: 2024-10-01 16:05:02.099 GMT [180316] ERROR: foreign-data wrapper "airtable_fdw" already exists Oct 1 16:05:02 ip-address 4b5f320d2be1[692]: 2024-10-01 16:05:02.099 GMT [180316] STATEMENT: Oct 1 16:05:02 ip-address 4b5f320d2be1[692]: #011 CREATE FOREIGN DATA WRAPPER "airtable_fdw" Oct 1 16:05:02 ip-address 4b5f320d2be1[692]: #011 HANDLER "airtable_fdw_handler" Oct 1 16:05:02 ip-address4b5f320d2be1[692]: #011 VALIDATOR "airtable_fdw_validator"; Oct 1 16:05:02 ip-address4b5f320d2be1[692]: #011 Oct 1 16:05:02 ip-address 791ff1ca4172[692]: query failed: Oct 1 16:05:02 ip-address791ff1ca4172[692]: CREATE FOREIGN DATA WRAPPER "airtable_fdw" Oct 1 16:05:02 ip-address 791ff1ca4172[692]: HANDLER "airtable_fdw_handler" Oct 1 16:05:02 ip-address 791ff1ca4172[692]: VALIDATOR "airtable_fdw_validator"; what is the fdw_handler trying to do?
6 replies
TTwenty
Created by Raph on 8/27/2024 in #❓︱help
Is there a command for rebuilding search cache?
Hi All, I'm seeing that of the searching capability is regressing and I'm wondering is there is a command that I can use to purge the existing search cache and rebuild it?
9 replies