Sebastian
Sebastian
TTwenty
Created by Sebastian on 11/19/2024 in #❓︱help
Unknown error occurred while importing messages for message channel
oh, tha's great, thanks! any ETA when this will be merged?
13 replies
TTwenty
Created by Sebastian on 11/18/2024 in #❓︱help
Google OAuth doesn't work in Docker Compose
22 replies
TTwenty
Created by Sebastian on 11/19/2024 in #❓︱help
Unknown error occurred while importing messages for message channel
in Releases in Settings I see: 0.32.0
13 replies
TTwenty
Created by Sebastian on 11/19/2024 in #❓︱help
Unknown error occurred while importing messages for message channel
@charles I'm running latest tag, let me check which one is pulled right now
13 replies
TTwenty
Created by Sebastian on 11/18/2024 in #❓︱help
Google OAuth doesn't work in Docker Compose
I'll do that, but a bit later today
22 replies
TTwenty
Created by Sebastian on 11/19/2024 in #❓︱help
Unknown error occurred while importing messages for message channel
but it looks unrelated to this sync issue
13 replies
TTwenty
Created by Sebastian on 11/19/2024 in #❓︱help
Unknown error occurred while importing messages for message channel
now I'm getting this one:
worker-1 | Exception Captured
worker-1 | undefined
worker-1 | [
worker-1 | TypeError: Cannot read properties of undefined (reading 'id')
worker-1 | at CallWebhookJobsJob.handle (/app/packages/twenty-server/dist/src/modules/webhook/jobs/call-webhook-jobs.job.js:70:46)
worker-1 | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
worker-1 | at async MessageQueueExplorer.invokeProcessMethods (/app/packages/twenty-server/dist/src/engine/core-modules/message-queue/message-queue.explorer.js:111:17)
worker-1 | at async MessageQueueExplorer.handleProcessor (/app/packages/twenty-server/dist/src/engine/core-modules/message-queue/message-queue.explorer.js:105:13)
worker-1 | at async /app/packages/twenty-server/dist/src/engine/core-modules/message-queue/message-queue.explorer.js:79:17
worker-1 | at async _bullmq.Worker [as processFn] (/app/packages/twenty-server/dist/src/engine/core-modules/message-queue/drivers/bullmq.driver.js:33:13)
worker-1 | at async Worker.processJob (/app/node_modules/bullmq/dist/cjs/classes/worker.js:394:28)
worker-1 | at async Worker.retryIfFailed (/app/node_modules/bullmq/dist/cjs/classes/worker.js:581:24)
worker-1 | ]
worker-1 | Exception Captured
worker-1 | undefined
worker-1 | [
worker-1 | TypeError: Cannot read properties of undefined (reading 'id')
worker-1 | at CallWebhookJobsJob.handle (/app/packages/twenty-server/dist/src/modules/webhook/jobs/call-webhook-jobs.job.js:70:46)
worker-1 | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
worker-1 | at async MessageQueueExplorer.invokeProcessMethods (/app/packages/twenty-server/dist/src/engine/core-modules/message-queue/message-queue.explorer.js:111:17)
worker-1 | at async MessageQueueExplorer.handleProcessor (/app/packages/twenty-server/dist/src/engine/core-modules/message-queue/message-queue.explorer.js:105:13)
worker-1 | at async /app/packages/twenty-server/dist/src/engine/core-modules/message-queue/message-queue.explorer.js:79:17
worker-1 | at async _bullmq.Worker [as processFn] (/app/packages/twenty-server/dist/src/engine/core-modules/message-queue/drivers/bullmq.driver.js:33:13)
worker-1 | at async Worker.processJob (/app/node_modules/bullmq/dist/cjs/classes/worker.js:394:28)
worker-1 | at async Worker.retryIfFailed (/app/node_modules/bullmq/dist/cjs/classes/worker.js:581:24)
worker-1 | ]
13 replies
TTwenty
Created by Sebastian on 11/19/2024 in #❓︱help
Unknown error occurred while importing messages for message channel
fixed it with adding env vars to worker container as well, but still getting this sync failed in ui
13 replies
TTwenty
Created by Sebastian on 11/19/2024 in #❓︱help
Unknown error occurred while importing messages for message channel
can't post more than 2k chars, attaching the log entry as file
13 replies
TTwenty
Created by Sebastian on 11/18/2024 in #❓︱help
Google OAuth doesn't work in Docker Compose
I've just added both URIs to GCP and it looks like it works now. please update the docs, so others wouldn't need to look into https://github.com/twentyhq/twenty/blob/c17e18b1e928eac02afaee12ff04cbf51f48e712/packages/twenty-server/.env.example to find out URIs 🙂
22 replies
TTwenty
Created by Sebastian on 11/18/2024 in #❓︱help
Google OAuth doesn't work in Docker Compose
also what Authorised redirect URIs should be in GCP Credentials? also nothing about that in the docs
22 replies
TTwenty
Created by Sebastian on 11/18/2024 in #❓︱help
Google OAuth doesn't work in Docker Compose
@charles is it the right callback uri?
22 replies
TTwenty
Created by Sebastian on 11/18/2024 in #❓︱help
Google OAuth doesn't work in Docker Compose
No description
22 replies
TTwenty
Created by Sebastian on 11/18/2024 in #❓︱help
Google OAuth doesn't work in Docker Compose
however, I'm not sure about the AUTH_GOOGLE_APIS_CALLBACK_URL there's nothing in docs what should it be, and it looks like google account connection doesn't work, when I want to connect google account to emails error I'm getting:
You cannot sign in to this application because it does not comply with Google's OAuth 2.0 policy.

If you are the one who developed the application, record the redirect URI in the Google Cloud Console.
Request details: redirect_uri=https://crm.domain.com/auth/google-apis/get-access-token flowName=GeneralOAuthFlow
You cannot sign in to this application because it does not comply with Google's OAuth 2.0 policy.

If you are the one who developed the application, record the redirect URI in the Google Cloud Console.
Request details: redirect_uri=https://crm.domain.com/auth/google-apis/get-access-token flowName=GeneralOAuthFlow
22 replies
TTwenty
Created by Sebastian on 11/18/2024 in #❓︱help
Google OAuth doesn't work in Docker Compose
yep, that was the issue, it works fine now 🙂
22 replies
TTwenty
Created by Sebastian on 11/18/2024 in #❓︱help
Google OAuth doesn't work in Docker Compose
let's see if that fixes the issue
22 replies
TTwenty
Created by Sebastian on 11/18/2024 in #❓︱help
Google OAuth doesn't work in Docker Compose
I think I've found the issue. I've added the env vars to .env file, but didn't add them to docker-compose.yml 🤦‍♂️
22 replies
TTwenty
Created by Sebastian on 11/18/2024 in #❓︱help
Google OAuth doesn't work in Docker Compose
thx, I'll check it tomorrow and will get back to you
22 replies
TTwenty
Created by Sebastian on 11/18/2024 in #❓︱help
Google OAuth doesn't work in Docker Compose
when I open the main URL I can't see any SSO button to log in, just to enter the email, which is local basic auth
22 replies