PathBase IPC config not working #2646
Answered
by
JustArchi
jaredcat
asked this question in
Support (English)
-
I'm using docker to run ASF. My {
"Kestrel": {
"Endpoints": {
"Endpoint1": {
"Url": "http://*:1242/"
}
},
"PathBase": "/asf"
}
} Log output on start up:
When I try to access |
Beta Was this translation helpful? Give feedback.
Answered by
JustArchi
Jul 14, 2022
Replies: 1 comment 5 replies
-
That sounds like ASF-ui issue to me, not |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
JustArchi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That sounds like ASF-ui issue to me, not
PathBase
problem, doescurl http://192.168.1.10:1242/asf/Api/ASF?password=YourPasswordIfYouHaveOne
return the json output? Should start with something like{"Result":{"BuildVariant":...