No content to show

User Activity

Big thanks to @DavidT who pointed me at asset resource. My solution: import { authenticate } from "../shopify.server"; // shopify.server contains shopifyApp object initialization: // import { shopifyApp } from "@shopify/shopify-app-remix/server"; // ...
Update: I narrowed the problem to the terser-webpack-plugin. When not used, everything is fine. When used, stack size is exceeded. I tried to add: new TerserPlugin({ terserOptions: { compress: { sequences: 2 } }, }...
Update - I managed to run my Vue App from extension, but there is one quirk - I used development build of my Vue app. Any idea what makes the difference which holds back Shopify from executing production build of Vue app? Vue app uses Webpack to crea...
My 'test' page has header, footer and template which only has one block coming from extension, so no multiple extension blocks on one page. Good point with "Vue may be initialized multiple times". The code you provided did not resolve my problem, but...
Hello. I search a way to embed my Vue application in Shopify theme. This Vue app is distributed as npm ready package, it executes 100% in the browser, no external hosting is used.I managed to append this app to my Shopify theme by extension which add...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.