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
I keep getting an unhandled promise rejection when I monitor my transaction status.
(node:18372) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'status' of undefined
at res.transactions.forEach.transaction (/home/will/TheCommunityMind/server/node_modules/ostkit/lib/ostkit.js:33:78)
at Array.forEach ()
at transactiontypesStatus.then.res (/home/will/TheCommunityMind/server/node_modules/ostkit/lib/ostkit.js:32:30)
at
at process._tickCallback (internal/process/next_tick.js:118:7)
(node:18372) UnhandledPromiseRejectionWarning: Unhandled promise rejection. 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(). (rejection id: 674)
The transaction still completes so not a big issue just wondered if I am doing something wrong. Happy to help fix it if needed.
Thanks,
Will
The text was updated successfully, but these errors were encountered:
Hi,
I keep getting an unhandled promise rejection when I monitor my transaction status.
(node:18372) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'status' of undefined
at res.transactions.forEach.transaction (/home/will/TheCommunityMind/server/node_modules/ostkit/lib/ostkit.js:33:78)
at Array.forEach ()
at transactiontypesStatus.then.res (/home/will/TheCommunityMind/server/node_modules/ostkit/lib/ostkit.js:32:30)
at
at process._tickCallback (internal/process/next_tick.js:118:7)
(node:18372) UnhandledPromiseRejectionWarning: Unhandled promise rejection. 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(). (rejection id: 674)
The transaction still completes so not a big issue just wondered if I am doing something wrong. Happy to help fix it if needed.
Thanks,
Will
The text was updated successfully, but these errors were encountered: