This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Replies: 1 comment 2 replies
-
By default the UI expects the backend API to be proxied to /api on the same host as the frontend assets. You will need to configure your hosting environment accordingly. The example here shows nginx config: https://github.com/Netflix/conductor/blob/main/docker/serverAndUI/nginx/nginx.conf I believe you can achieve the same effect using mod_proxy |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have done yarn build on condcutor ui and copied build folder to apache tomcat.
but ui is not able to communicate to Conductor server, instead all request going to relative path /api on tomcat server.
is there anything I need to do.
please suggest
Beta Was this translation helpful? Give feedback.
All reactions