2 years ago
Hello there,
I hope you're doing well.
I created a Langflow project and Golang project.
I called the Langflow API by private network URL in the Golang project but it's not available.
How to call Langflow API using Private network?
Regards,
Aren.
4 Replies
2 years ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open brody • over 1 year ago
2 years ago
Hey, The private network is IPv6 only so your apps need to listen on :: instead, try changing the start command to python -m langflow run --host ::
2 years ago
Hey, The private network is IPv6 only so your apps need to listen on
::instead, try changing the start command topython -m langflow run --host ::
Now it returns the "gaierror: [Errno -9] Address family for hostname not supported" error.
10 months ago
Langflow is not able to bind IPv6, it needs to change the socket. I've proposed this PR to fix that: https://github.com/langflow-ai/langflow/pull/8234