-
I get an error when starting my server saying Please can someone explain what causes this error and possible solutions Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @timfemey can you provide the full error stack trace you see in your console when running your application? |
Beta Was this translation helpful? Give feedback.
-
There is no error in the console and it just returns a response with status of 500 saying HyperExpress: Uncaught Exception Occured. I also tried catching the error with |
Beta Was this translation helpful? Give feedback.
There is no error in the console and it just returns a response with status of 500 saying HyperExpress: Uncaught Exception Occured.
I also tried catching the error with
process.on('uncaughtException',err=>{ console.log(err) })
but no errors were sent as standard output on the console