Raphaël
Raphaël
TTwenty
Created by Raph on 10/11/2024 in #❓︱help
How to tell if new contacts are being generated from email?
Tell me if it works 🙂
49 replies
TTwenty
Created by Raph on 10/11/2024 in #❓︱help
How to tell if new contacts are being generated from email?
No problem !
49 replies
TTwenty
Created by Raph on 10/11/2024 in #❓︱help
How to tell if new contacts are being generated from email?
Before you disconnect your account
49 replies
TTwenty
Created by Raph on 10/11/2024 in #❓︱help
How to tell if new contacts are being generated from email?
You can try to put in back to MESSAGES_IMPORT_PENDING manually
49 replies
TTwenty
Created by Raph on 10/11/2024 in #❓︱help
How to tell if new contacts are being generated from email?
And same for your calendar channel if it's stuck
49 replies
TTwenty
Created by Raph on 10/11/2024 in #❓︱help
How to tell if new contacts are being generated from email?
Otherwise you can try to edit your syncStage in the db to PARTIAL_MESSAGE_LIST_FETCH_PENDING
49 replies
TTwenty
Created by Raph on 10/11/2024 in #❓︱help
How to tell if new contacts are being generated from email?
Could you try removing your google account and reconnecting it?
49 replies
TTwenty
Created by Raph on 10/11/2024 in #❓︱help
How to tell if new contacts are being generated from email?
The import seems to be stuck, did you launch the ongoing stale crons?
49 replies
TTwenty
Created by Raph on 10/11/2024 in #❓︱help
How to tell if new contacts are being generated from email?
Hello @Raph ! Are you on the latest version of twenty?
49 replies
TTwenty
Created by Malcolm Holmes on 10/24/2024 in #❓︱help
"token invalid" when attempting to connect to google account
@Malcolm Holmes did you set up your callback urls correctly and authorized them in the cloud console?
14 replies
TTwenty
Created by Malcolm Holmes on 10/24/2024 in #❓︱help
"token invalid" when attempting to connect to google account
The error is overridden in packages/twenty-server/src/engine/core-modules/jwt/services/jwt-wrapper.service.ts line 81 throw new AuthException( 'Token invalid.', AuthExceptionCode.UNAUTHENTICATED, ); We should modify this to pass the correct error message, otherwise it is impossible to debug correctly
14 replies
TTwenty
Created by Malcolm Holmes on 10/24/2024 in #❓︱help
"token invalid" when attempting to connect to google account
@martmull
14 replies
TTwenty
Created by Javyer on 9/23/2024 in #❓︱help
How to Setup Messaging & Calendar sync
Yes you have to execute these commands inside the container
3 replies
TTwenty
Created by sachin on 7/30/2024 in #💻︱development
I am working on this issue https://
Hello Sachin ! To import the emails, you have to have a worker running with npx nx run twenty-server:worker and launch the following cron jobs: - npx nx run twenty-server:command cron:messaging:messages-import - npx nx run twenty-server:command cron:messaging:message-list-fetch
6 replies
TTwenty
Created by Uranium on 6/21/2024 in #❓︱help
Google authentication - Error 400 (invalid_request)
But if you create a person manually with the email that you want, the emails and events linked to that person will appear
121 replies
TTwenty
Created by Uranium on 6/21/2024 in #❓︱help
Google authentication - Error 400 (invalid_request)
Also, we don't create records for people with the same domain name as yours
121 replies
TTwenty
Created by Uranium on 6/21/2024 in #❓︱help
Google authentication - Error 400 (invalid_request)
It will automatically link to companies based on the domain name of the company, no need to create an email field
121 replies
TTwenty
Created by Uranium on 6/21/2024 in #❓︱help
Google authentication - Error 400 (invalid_request)
At the moment the cron to do the incremental sync for google calendar is broken, so it's not ideal but you can disconnect and reconnect your account to have your latest events synced. We will fix it in one of the following releases
121 replies
TTwenty
Created by Uranium on 6/21/2024 in #❓︱help
Google authentication - Error 400 (invalid_request)
Yes awaiting is enough
121 replies