And on another question, if we deploy the `api` an...
# announcements
b
And on another question, if we deploy the
api
and the
ui
(admin interface) as separate deployments, do they both have to be reachable from one another or is it enough it the ui can reach the api?
s
The UI just needs to reach the API. Your SDK clients will need to reach the API as well.
👍 1
b
On the same note @swift-helmet-3648 please let me know if my assumption is correct: The host where the
api
resides must also be reachable from the machine of the user that visits the admin UI interface right? This is because the js code of the admin ui is rendered locally in the user's machine and it will get the
APP_HOST
and try to reach the API to fetch the configuration. Is this true?
s
Yes
👍 1