[Adonis 4.1] Unhandled promise rejection. Cannot found the promise who is causing this warning. #1488
Answered
by
thetutlage
wemersonrv
asked this question in
Help
-
Hello, I'm deploying an app, that runs perfectly on my local environment. no errors. But when i publish it gives me The issue is that i cannot detect what exact promise, because it don't tell nothing more. So, there is a way to make a more detailed log to catch it? |
Beta Was this translation helpful? Give feedback.
Answered by
thetutlage
Aug 20, 2020
Replies: 1 comment 1 reply
-
Run your app as |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wemersonrv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run your app as
node --trace-warnings server.js
and it will show the complete stack trace