You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the template cache is set to Redis, various errors are encountered preventing the templates from being rendered.
One example:
Mustache::Parser::SyntaxError
Illegal content in tag
Line 11
p.otag, p.ctag = ["{{", "}}"]
If the template cache is disabled, or set to ActiveSupport::Cache::MemoryStore, then this syntax error is not encountered, and the templates render fine.
The text was updated successfully, but these errors were encountered:
If the template cache is set to Redis, various errors are encountered preventing the templates from being rendered.
One example:
If the template cache is disabled, or set to
ActiveSupport::Cache::MemoryStore
, then this syntax error is not encountered, and the templates render fine.The text was updated successfully, but these errors were encountered: