Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Liquidタグが実際に失敗する場所を確認する方法はありますか?
明確にするために、プラグインに問題があり、サイトのプレビューで表示されるのは
Liquid Error: can’t convert Array into String
私のサイトで。詳細なデバッグ情報を取得するにはどうすればよいですか? ありがとう
詳細については、 --trace を指定して rake generate を実行してみてください。
rake generate --trace
一般に、エラーが発生した場所を正確に示します。次に、変数を出力するか、デバッガを使用してデバッグします。
このブログは参考になるかもしれません。