I solved this today by setting
SENTRY_USE_SSL=True
in the .env
and setting the X-Forwarded-Proto in the haxproxy.cfg:
http-request set-header X-Forwarded-Proto https if https sentry_host
I solved this today by setting
SENTRY_USE_SSL=True
in the .env
and setting the X-Forwarded-Proto in the haxproxy.cfg:
http-request set-header X-Forwarded-Proto https if https sentry_host