ローカル環境で Docker を使用してインストールした後、メール送信エラーが発生しているようです(Discourse をいじくり回して、将来的にいくつかのサイトで利用する予定です)。
問題は、管理者アカウントの作成にメール送信が必要だということです。この問題に関する最近のスレッドを確認しましたが、解決策は見つかりませんでした。
そこで、メール送信に関するログを生成して、何が失敗しているのかを特定することは可能でしょうか?
ありがとうございます!
ローカル環境で Docker を使用してインストールした後、メール送信エラーが発生しているようです(Discourse をいじくり回して、将来的にいくつかのサイトで利用する予定です)。
問題は、管理者アカウントの作成にメール送信が必要だということです。この問題に関する最近のスレッドを確認しましたが、解決策は見つかりませんでした。
そこで、メール送信に関するログを生成して、何が失敗しているのかを特定することは可能でしょうか?
ありがとうございます!
I don’t think You’re supposed to run docker install locally.
If you’re interested in development, install using discourse for development guide.
There are ways to retrieve logs by entering the container and looking for relevant logs (search for where are all the logs on this forum)
Maybe… I still tried haha, I know there’s people who’ve done it successfully.
For example:
Anyways… Isn’t there any command to generate logs internally at console level?
There may be! but I’m not aware of it!
okay thanks. Will keep searching and if I find a way I’ll post it here, might be useful for somebody else!
Search for
rake admin:create
Edit: Breakfast was calling. Glad this was enough to solve your problem!
that actually solved the login problem!!! thanks!!