i am calling the nodejs api from my angular application both application is hosted on godaddy vps. my api takes 9 to 10 minutes to complete the calculation give back the respons. but after 5 minutes the is failed and give 404 error code in browser. i have tried to change the keepAliveTimeout, headersTimeout but its not working.
can someone tell me how to solve this issue