Unhandled promise rejection warning node js
This means that a promise you called rejected, but there was no catch used to handle the error. Add a catch after the offending then to handle this properly. The origin of this error lies in…
0 Comments
28th March 2022