You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
Error: Non-nullable value is undefined
at NullableDataLoader.loadNonNull (/home/node/parabol/dist/gqlExecutor.js:154819:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async sendEnterpriseOverageEvent (/home/node/parabol/dist/gqlExecutor.js:152682:18)
Acceptance Criteria (optional)
Errors are caught and logged using json format + sent to Sentry
Triage is performed to find the root cause of the bug, timeboxed to ~1 hour.
Estimated effort: 1 hour to triage. More if root cause is already identified.
The text was updated successfully, but these errors were encountered:
Issue - Bug
node --version
20.18.1npm --version
Errors
Acceptance Criteria (optional)
Errors are caught and logged using json format + sent to Sentry
Triage is performed to find the root cause of the bug, timeboxed to ~1 hour.
Estimated effort: 1 hour to triage. More if root cause is already identified.
The text was updated successfully, but these errors were encountered: