Hello there,
I have been trying to setup Sentry on port 80 instead of 9000. Before making this change, Sentry was working fine on port 9000.
I have changed the following lines
/.env
SENTRY_BIND=80
/sentry/sentry.conf.py
SENTRY_WEB_PORT = 80
I have a 502 on port 80, instead of port 9000 but this does not go away after any amount of time.
Does anyone have any possible solutions?