-
|
Hello, Great work so far on Deta! Just getting started. I am concerned by the fact that I am getting a 500 server error but there is "no errors" in the log when checking with visor. No luck either using the command My question is why is the error not logged anywhere? Am I missing something? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
|
There’s nothing you can do… it’s your code issue… try running the server locally to debug it |
Beta Was this translation helpful? Give feedback.
-
|
Okay, thank you for your input. But it is working fine locally. I can pinpoint the issue by commenting some part of the code. Although, I believe a platform that want to be accessible should always be able to mange error logging when things go wrong. |
Beta Was this translation helpful? Give feedback.
-
|
use |
Beta Was this translation helpful? Give feedback.
-
|
this gist might help you too: https://gist.github.com/jnsougata/e835e6c914278853af35331b28bdf163 |
Beta Was this translation helpful? Give feedback.
-
|
Great thank you. I am going to try it. |
Beta Was this translation helpful? Give feedback.
-
|
I finally created a re-usable middleware using the code on the gist And then in my main file |
Beta Was this translation helpful? Give feedback.

this gist might help you too: https://gist.github.com/jnsougata/e835e6c914278853af35331b28bdf163