Hi Phidata Community,
I have dockerized an agent and deployed it on a private network. The agent’s endpoint is accessible within an internal network.
However, when I try to add this URL to Phidata Playground, it does not connect.
Since the IP address is private and only accessible within the internal network, I suspect this might be the cause of the issue.
My Questions:
- Does the endpoint (
http://{local_server_address}:7444
) need to be publicly accessible for Phidata Playground to connect? - If no, is there an alternative way to allow PhiData Playground to connect to a private network endpoint?
Any guidance or suggestions would be greatly appreciated!