Deployment of web project using both python and nnode js

I am working on a web project which is price comparisons. I used the node js and python languages both. I use python for fetching the data from Flipkart and Amazon using web scrapping and then send its JSON data to the node js web application. It’s properly working on localhost but when I hosted it on render.com it is not able to fetch the data ( request timeout).
This is my GitHub repository link - GitHub - Shahil9728/PriceComparisor

Please help me to figure out the problem

Hi there,

Node is included on all Native Environments, so if you choose the Python environment, Node would also be available.

We wouldn’t be able to debug your code for you, but if you could you share some specific details of the issue you are experiencing that may help us troubleshoot it with you, e.g. any logs/errors/output, specific URLs, service name/ID, reproduction steps, etc.

If you don’t want to share these details on the community forum, please feel free to raise a ticket from the “Contact Support” link at the bottom of the Dashboard.

Thanks.

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.