How to get access from client side to container images #8141
Replies: 3 comments 2 replies
-
Can you show the full stack trace? |
Beta Was this translation helpful? Give feedback.
-
There 2 traces System.Net.Http.HttpRequestException: No such host is known. (openwebui:80) |
Beta Was this translation helpful? Give feedback.
-
If i'm setting port to httpclient, then it's not changing anyting System.Net.Http.HttpRequestException: No such host is known. (openwebui:3000) System.Net.Http.HttpRequestException: No such host is known. (openwebui:3000) |
Beta Was this translation helpful? Give feedback.
-
In apphost i add container to builder
In Blazor app, Program cs file, I add this
But every time I tried to access through HttpFactoryClient, i having error address not found
Here i tried to get access to openwebui
When i try to get access to opnweb, to get Host or Port i having error
but in environment variables it shows services__openwebui__openwebui__0
Beta Was this translation helpful? Give feedback.
All reactions