Hi, I’m building a Shopify App using Remix, I’ve created one Theme App Extension so far which is an App Block, and now I’m trying to generate an App Embed Block but when I run
shopify app generate extension
I can’t select Theme App Extension, it says “limit reached”, why I’m am not able to generate another Theme App Extension?
@Liam Yes. We finished a theme extension.“Trust Badge app block,” and want to make another. When we went to do it, it showed this error: Online Store > “Theme extension limit reached.”
Can you help me understand why it happened… as far as I know, many apps are making 40+ promotional theme extensions (e.g.: Vitals app); when we’re going to make then, why its showing limitations…
I’ve just stumbled upon the same. I am not hitting any limits and I have only 1 app block extension currently with merely 20 lines of code. Is this a bug and how can it be worked around?
Same situation, already just have one extension(simple, and folder size just only 40KB), when create secondary extension then the option that “Create Theme extension” is disable.
Hi, same here. I have an app with the “product rating” block extension which has 2 files and 10 lines of code only and I want to create another block extension but says “limit reached”. Any solution?
What if someone needs to use the two or three different targets (section, head, body).
How much lines of code can help to do that using one theme-app-extension?
You can duplicate the liquid files with the same schema and uses but on each file select different targets.
It’s will be like a trigger.liquid with a target section and a trigger_embed.liquid to the embed body for example.