Hi @Everyone I’m facing an issue with a Shopify Remix app extension block that was working fine earlier but has suddenly started throwing an error.
I have a file at extension/blocks/store-locator.liquid where I’m using a {% schema %} to define the block title and other settings so the app block can be enabled and configured from the Theme Customizer. This was working correctly before and the block was visible and configurable in the theme editor.
Recently, without any major changes to the block code, it started giving a schema-related error. The block either no longer appears in the theme customization panel or throws an error related to the schema or Liquid parsing. The app is still installed, the extension is deployed, and the file path is correct. I’ve also tried redeploying the app extension, but the issue still persists.
I wanted to check if anyone else has encountered a similar issue recently. Is it possible that a recent Shopify update or Shopify CLI change affected app block schemas in Remix apps? Are there any new restrictions or validations for {% schema %} in app extension blocks? Also, what is the best way to debug schema-related issues for app blocks in the theme editor?
Any help or suggestions would be greatly appreciated. Thanks in advance.
