502 Bad Gateway - Se necesita ayuda para principiantes

Actualicé mi foro a la última versión a principios de esta semana y funcionaba bien, pero esta mañana recibí un mensaje de error 502 Bad Gateway…

Mis conocimientos técnicos son mínimos y me pregunto cuál podría ser la causa y cómo resolverlo.

Para su información, cuando actualicé el sitio, inicialmente pareció haber un problema, pero luego se completó correctamente. Sin embargo, no tuve que hacer esto:

cd /var/discourse
git pull
./launcher rebuild app

lo cual normalmente necesito hacer para actualizaciones importantes… ¿Podría esto estar relacionado con el problema?

¿O podría ser que el problema esté en Digital Ocean, donde está alojado el sitio? Veo que están experimentando algunos problemas.

Cualquier consejo sobre lo que necesito hacer para que el sitio vuelva a funcionar será muy apreciado.

That error code is very generic…you need to check the logs and give us more information

Still battling with the 502 bad gateway error whenever i access the admin dashboard. I guess discourse needs to check their latest updates for bugs…

Thanks. Is there somewhere that tells me how to check the logs (my droplet is on Digital Ocean)? Sorry, as I said, my technical knowledge is minimal…

I’ve solved this by running:

cd /var/discourse
git pull
./launcher rebuild app

BTW, when I was updating to the latest versions a couple of days ago, I got a message half way through the install to say there was a problem… but then I waited and when I checked back it said all the updates were up to date… so I assumed all was ok. Anyway it is all working fine again now.