プラグインのインストールに問題があります

こんにちは、フォーラムに3つのプラグインをインストールしたいです。

ステップ1: app.yaml ファイルで GitHub リポジトリを設定しました。

ステップ2: rebuild コマンドを使用し、完了後にこのプロンプトが表示されました。

ステップ3: rebuild コマンドを再度実行したところ、エラーは表示されませんでした。

しかし、プラグインは期待どおりプラグインページに表示されませんでした。

原因は何でしょうか?


AIに相談したところ、問題はデータベースに関連している可能性があるようです。以下のコードを実行するように提案されましたが、これで問題が解決すると思いますか?

ねえ、アプリに入ってプラグインが実際にクローンされたか確認できますか?

例:

./launcher enter app

# その後

ls /var/www/discourse/plugins

こんにちは、ナットさん

はい、これらのプラグインはクローンされていません。この問題をどのように解決すればよいか教えていただけますか?

root@nc-de1-app:/var/www/discourse# ls /var/www/discourse/plugins
automation  checklist           discourse-bilibili-onebox  discourse-details         discourse-lazy-videos  discourse-math           discourse-presence  docker_manager  poll           styleguide
chat        discourse-adplugin  discourse-calendar         discourse-doc-categories  discourse-local-dates  discourse-narrative-bot  discourse-solved    footnote        spoiler-alert

試してみてください

# while still in container (./launcher enter app)

# check for issues with the first missing plugin
tail -n 50 /var/www/discourse/log/production.log | grep bilibili

そうでなければ、再起動してアプリが自己修復できるか確認することもできます。

./launcher restart app

ご提案ありがとうございます。アプリを再起動しました。

これで、ようやく動作しました。ありがとうございます。

「いいね!」 2

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.