Hello everyone, I am currently facing a timeout error issue on my backend app.
My frontend app is using react and node.js to host the website and my backend is using asp.net core, which I need to deploy on Render by using Docker. When I test my app locally, both frontend and backend app seems to works fine (my frontend can get response from my backend app). However, when they are deploy on Render, I always received timeout_error from backend (here is the link you can try: https://kcurr.onrender.com/). because of this, I would like to debug my backend app by logging each stage till the stage the it response back to my frontend.
Because of this, I am wondering if there is a way or a document regarding on how to log a custom message on deploy log screen.
Thank you.