weizhouapache commented on pull request #898: URL: https://github.com/apache/cloudstack-primate/pull/898#issuecomment-762338936
@wido the above config does not work with latest commit by @utchoang even if I change the config.json to the following ``` "servers": [ { "name": "mgt01", "apiHost": "/mgt01", "apiBase": "/client/api" }, { "name": "mgt02", "apiHost": "/mgt02", "apiBase": "/client/api" }, { "name": "mgt03", "apiHost": "/mgt03", "apiBase": "/client/api" } ], ``` the url shows primate/undefined/mgt01/, not the correct primate/mgt01/. @utchoang ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org