502 Bad Gateway - 初心者向けヘルプが必要

今週の初めに 私のフォーラム を最新バージョンに更新し、問題なく動作していました。しかし、今朝「502 Bad Gateway」エラーが表示されるようになってしまいました。

私の技術的な知識は限られていますが、原因は何で、どのように解決すればよいのでしょうか?

参考までに、サイトを更新した当初は一時的に問題があったように見えたものの、その後正常に完了しました。そのため、通常はメジャーアップデートで必要となる以下のコマンドを実行する必要がありませんでした:

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

これが問題と関連している可能性がありますか?

あるいは、サイトがホストされている Digital Ocean に問題があるのでしょうか?同社で何らかの問題が発生しているとの情報を確認しました。

サイトを再び動作させるために必要な手順について、ご助言いただければ幸いです。

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.