VerticalVeg
(Mark Ridsdill Smith)
2018 年 11 月 15 日午前 11:12
1
今週の初めに 私のフォーラム を最新バージョンに更新し、問題なく動作していました。しかし、今朝「502 Bad Gateway」エラーが表示されるようになってしまいました。
私の技術的な知識は限られていますが、原因は何で、どのように解決すればよいのでしょうか?
参考までに、サイトを更新した当初は一時的に問題があったように見えたものの、その後正常に完了しました。そのため、通常はメジャーアップデートで必要となる以下のコマンドを実行する必要がありませんでした:
cd /var/discourse
git pull
./launcher rebuild app
これが問題と関連している可能性がありますか?
あるいは、サイトがホストされている Digital Ocean に問題があるのでしょうか?同社で何らかの問題が発生しているとの情報を確認しました。
サイトを再び動作させるために必要な手順について、ご助言いただければ幸いです。
vitorl
2018 年 11 月 15 日午前 11:12
2
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…
VerticalVeg
(Mark Ridsdill Smith)
2018 年 11 月 15 日午前 11:34
4
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…
VerticalVeg
(Mark Ridsdill Smith)
2018 年 11 月 15 日午後 2:41
5
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.