hi everyone! Is there an agreed solution on how t...
# troubleshooting
a
hi everyone! Is there an agreed solution on how to run meltano ui behind SSL-terminating proxy? For example heroku I.e. user-facing URLs are "https://", but meltano gets "http"
The problem is, that instead of using relative paths, ui generates absolute paths including schema and domain. It results in requesting http:// uris from https:// page which ends being rejected by the browser.
v
a
Seems so
I've read this piece and followed instructions where applicable
v
Can you share the settings you have set? All your meltano.yml / env vars you have set along with what you're seeing? I don't run the UI but that would help someone help out. Looks like the docs call out http / https specefically
a
hm, it seems that I missed
forwarded_allow_ips
setting, I did not understand how it's relevant
I will check
thanks, it did help. still do not understand why though :)
v
https://docs.meltano.com/reference/settings#ui-forwarded-allow-ips I'd dive in there, if you care about why 😄
a
for sure, I read exactly that right now, seems to be a quirk in Gunicorn