(node:20684) Error on developement env #14318
Unanswered
Manikanta-20
asked this question in
Help
Replies: 1 comment 6 replies
-
It is hard to say without seeing some code. This most often means that an uncaught error occurred within |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
(node:20684) 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(). To terminate the node process on unhandled promise rejection, use the CLI flag
--unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)some time i'm getting the above error
what is the solution?
Beta Was this translation helpful? Give feedback.
All reactions