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
If you have an error in this Promise, you will see this message " UnhandledPromiseRejection" which means you are dealing with async code, that promise is rejected but you don't handle the Rejection.
I suppose you forget add.catchhere, and you should do it to know where is the error happened
The text was updated successfully, but these errors were encountered:
shoestore/server/database/build/build.js
Line 9 in b9c46b5
If you have an error in this Promise, you will see this message " UnhandledPromiseRejection" which means you are dealing with async code, that promise is rejected but you don't handle the Rejection.
I suppose you forget add
.catch
here, and you should do it to know where is the error happenedThe text was updated successfully, but these errors were encountered: