Denis
Webhook not working
@martmull I was keep looking in the logs to see what I am missing and I see:
2024-11-19T11:55:11.318508295Z ForbiddenException: Forbidden resource
2024-11-19T11:55:11.318512252Z at canActivateFn (/app/node_modules/@nestjs/core/helpers/external-context-creator.js:157:23)
2024-11-19T11:55:11.318525006Z at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2024-11-19T11:55:11.318528222Z at async target (/app/node_modules/@nestjs/core/helpers/external-context-creator.js:73:31)
2024-11-19T11:55:11.318531187Z at async Object.currentUser (/app/node_modules/@nestjs/core/helpers/external-proxy.js:9:24)
2024-11-19T11:55:11.318534143Z at async field.resolve (/app/node_modules/@envelop/on-resolve/cjs/index.js:36:42)
2024-11-19T11:55:11.318537079Z at async /app/node_modules/@graphql-tools/executor/cjs/execution/promiseForObject.js:18:35
2024-11-19T11:55:11.318540004Z at async Promise.all (index 0) {
2024-11-19T11:55:11.318542839Z path: undefined,
2024-11-19T11:55:11.318545655Z locations: undefined,
2024-11-19T11:55:11.318548500Z extensions: { code: 'INTERNAL_SERVER_ERROR', response: 'Forbidden resource' }
2024-11-19T11:55:11.318551455Z }
2024-11-19T11:55:11.318554201Z ]
I see at process.processTicksAndRejections (node:internal/process/task_queues:95:5), it can be the reason why the worker is not triggering?
42 replies
Webhook not working
here is the docker-compose file I have:
https://docs.google.com/document/d/1o0967WUnk4ktj6nHxi4_aUyon3SCtuCeq6pjcsTqOcA/edit?usp=sharing
42 replies