Hi, I need some help.
I create a new instance running ubuntu 20.04 LTS and after following the official setup for develop.sentry.dev/self-hosted/, When I go to myip:9000 I don’t see the login page. Am I missing something? Sorry I’ve never worked with sentry.
Did you exec “docker-compose up -d” inside sentry directory (where is located your “docker-compose.yml” file)?
Can you show output of command “docker ps”?
And additional question - if you exec “curl 127.0.0.1:9000” inside your Ubuntu what will be returned?