Liquid syntax error (line 1087): 'schema' tag must not be nested inside other tags

Topic summary

A Liquid template syntax error occurs at line 1087 due to a ‘schema’ tag being improperly nested inside other tags.

Resolution:

  • The issue was identified as an unclosed endif tag
  • The problem likely stems from recently written code within that conditional block

Status: Resolved - the user found and corrected the unclosed tag

Summarized with AI on November 3. AI used: claude-sonnet-4-5-20250929.

no tag is wrapped inside the schema tag, help fix this bug

I found the unclosed endif tag, focus your finding on codes you recently write inside that file.