I created an API, which I used nodeJS, and all my endpoints are working well, but one endpoint only works in local environment, if I put my API in production environment, this endpoint won't work, however not with 404 or 500 errors as normal error, but have been loading an undefined time when I use this endpoint. What are the most common causes for this?