https://meltano.com/ logo
#announcements
Title
# announcements
n

narrow-analyst-73746

12/10/2020, 3:23 PM
Hey, I’m running meltano in docker in production but the UI does not work properly: it keeps “loading” the extractors/loaders without showing anything (see image below). It’s running correctly locally. I’m accessing the UI via an AWS application load balancer via https, and this alb redirects to my container’s host port 5000 (we use host networking so effectively the UI is running on my host’s 5000 port). Does anyone have any idea what could be wrong? thanks
r

ripe-musician-59933

12/10/2020, 4:41 PM
@narrow-analyst-73746 I assume you followed the HTTPS related steps under https://meltano.com/docs/production.html#meltano-ui?
@narrow-analyst-73746 Are there any error messages in your browser's developer tools' Console or Network tabs?
n

narrow-analyst-73746

12/10/2020, 4:52 PM
Thanks @ripe-musician-59933. Im not familiar with frontend and didnt know there were logs available directly on the console there. It seems I have the same issue as https://meltano.slack.com/archives/CFG3C3C66/p1606516503479300?thread_ts=1605650543.370000&cid=CFG3C3C66 I’ll look into this and reach out again if this does not solve my pb!
r

ripe-musician-59933

12/10/2020, 5:35 PM
@narrow-analyst-73746 Sounds good!
i

icy-belgium-37825

11/09/2021, 10:49 AM
Hey all Just FYI in case anyone hits this thread (like me), searching for "UI loading" 1 - Rtfm 😄 2 - Add this to your Dockerfile or Env variables
Copy code
ENV MELTANO_UI_SESSION_COOKIE_SECURE=true
ENV MELTANO_UI_FORWARDED_ALLOW_IPS="*"
ENV FORWARDED_ALLOW_IPS="*"