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
Hi I followed your tutorial on youtube and I encountered an issue that I'm not sure where it happens:
(node:31412) 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: 3)
I understand there is a catch method missing but I'm not sure why...
Please let me know what you think.
Thanks
The text was updated successfully, but these errors were encountered:
Hi I followed your tutorial on youtube and I encountered an issue that I'm not sure where it happens:
(node:31412) 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: 3)
I understand there is a catch method missing but I'm not sure why...
Please let me know what you think.
Thanks
The text was updated successfully, but these errors were encountered: