Missing schema warning in snippets

When running shopify app build, to test if the theme app extension is ok, we see a warning MissingSchema in the terminal, for our snippets.

I don’t recall this message appearing before. Snippet files in official Shopify Themes like Dawn don’t have any schema in them.

If we add an empty schema to make the warning go away, the shopify app build commands seems to like that, but then it fails to build when we run shopify app dev, with Error while updating drafts: [snippets/some_file.liquid] Liquid syntax error: Unknown tag 'schema'

Is schema required after all? And what attributes should it have when it comes to snippets in particular?

Shopify CLI v 3.76.2

Hi - this is a known bug with the CLI and there’s a fix coming very soon for this. (And can confirm snippet files should not contain schemas)

3 Likes

@Liam-Shopify facing same issues when using 3.88.1 darwin-arm64 node-v24.11.0, even i delete the extensions folder and re-create from shopify extension create still facing same issues

1 Like

The dev stop at this

```❌ Error
11:31:39 │ kiriminaja-cart │ └ [blocks/star_rating.liquid] Liquid syntax error (line 11): Unknown tag ‘schema’`

1 Like

app-preview │ :cross_mark: Error
10:35:04 │ genie-booking-appointment │ └ [blocks/appointment-calendar.liquid] Liquid syntax error (line 82): Unknown tag ‘schema’
10:35:04 │ genie-booking-appointment │ └ [blocks/embeded.liquid] Liquid syntax error (line 10): Unknown tag ‘schema’

How can I fix this

1 Like

Same issue here, started around 10am, dev preview with theme app extension failing “Unknown tag ‘schema’”

[blocks/star_rating.liquid] Liquid syntax error (line 11): Unknown tag ‘schema’

1 Like

I am also facing same issue.

Liquid syntax error (line 83): Unknown tag ‘schema’

How to resolve this ?

1 Like

Reporting same issue deploying app extension update via CLI v3.88.1.
Experienced no issues until today around 1pm AEDT.

[blocks/**.liquid] Liquid syntax error | (line 1417): Unknown tag ‘schema’

1 Like

Hi
We are also having the same issue:
bundle: [blocks/app-embed.liquid] Liquid syntax error (line 196): Unknown tag ‘schema’

Versions: @shopify/cli/3.84.1 darwin-arm64 node-v20.10.0

1 Like

same issue coming, doesn’t matter which cli you are on

1 Like

We are facing the same. Builds are broken. Started to face this today onwards

1 Like

Here to report the same issue.

Using:
@shopify/cli/3.88.0 darwin-arm64 node-v24.4.1

Same error. CLI not working.

Same error here…Is someone working on fixing that soon?

Closing this.