This topic was automatically generated from Slack. You can find the original thread here.
I’ve been using the Linear Project Update Created (OAuth) trigger. It seems to work for a while, then stop working. When I check the source logs, I see errors like this:
TypeError: Cannot read properties of undefined (reading 'teamsInfo')
at Object.isRelevant (file:///pipedream/dist/code/81bd99610a7b6dc96bb16342185509ad65dfd37b2fa446b1cede598d3d594354/node_modules/.pnpm/@pipedream+linear_app@0.7.1/node_modules/@pipedream/linear_app/sources/new-projectupdate-created/new-projectupdate-created.mjs:64:46)
at Object.run (file:///pipedream/dist/code/81bd99610a7b6dc96bb16342185509ad65dfd37b2fa446b1cede598d3d594354/node_modules/.pnpm/@pipedream+linear_app@0.7.1/node_modules/@pipedream/linear_app/sources/common/webhook.mjs:206:54)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /var/task/node_modules/@lambda-v2/component-runtime/src/deployedComponentMain.js:105:11
at async captureObservations (/var/task/node_modules/@lambda-v2/component-runtime/src/captureObservations.js:28:5)
at async deployedComponentMain (/var/task/node_modules/@lambda-v2/component-runtime/src/deployedComponentMain.js:44:20)
at async MessagePort.<anonymous> (file:///var/task/component_maker.mjs:198:9)
Is there a misconfiguration on our end or is this a bug?