microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not open connection to the host, on port 50505

tanweichit opened this issue · comments

I'm trying to host the sample code on an edge device and let the web app publicly accessible.
But I encountered an error where I cannot launch the http://<edge device's ip>:50505 from my another host server.
What could be the issue? What could be done to resolve the issue here?

image

Hi @tanweichit , it looks like there could be a networking issue between hosts. Did you verify that the application is running without any failures on the host where you started it?

I have changed the label to "question" for now, unless you find that there are issues with application startup which are causing this.