Raphaël
"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 correctly14 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