Seperate API requests in my application are not working in Render

Hi

I deployed an app as the free tier. The app works through an API Endpoint and it is working completely fine. However, there is a function inside my app that does an API request to a separate endpoint. This request happens successfully in my local instance but when I deploy to render it is not able to do send this request and sometimes gets empty output.

I would like to know if there is an extra configuration that needs to be done in my app? I tried another request with a separate API and it required having an extra parameter as proxy. I am not a network expert and my app is AI app in python so what could be the solution for that?

Thanks

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