Experiencing a 502 HTTP Error on Fresh Sentry Install

This fix worked for me.

Reinstall sentry (i didnt change any settings)

  1. install.sh
  2. docker-compose up -d
  3. try with curl http://127.0.0.1:9000 -v
  4. Check if content is empty (it is OK)
  5. Profit!

My host is CentOS8