I am encountering a 403 Error when I try to execute useLazyQuery on the getCollectionByHandle query: const GET_COLLECTION_BY_HANDLE = gql` query CollectionByHandle ($handle: String!) {...
No content to show

User Activity

Agreed.I experienced the same withhttps://cdn.shopify.com/videos/c/o/v/43130fe24c984dbd952ee8dc2dccb9b7.mp4productCreate mutation returns:  "message": "Invalid video url=https://cdn.shopify.com/videos/c/o/v/43130fe24c984dbd952ee8dc2dccb9b7.mp4"
Ivakaraivanska,In my case, I was able to resolve the issue by1) Deleting all versions of node2) Reinstalling nvm3) Deleting node_modules directory (and your lock file for your installer)        -- in my case, I did have an invalid node version there;...
Trying to create apps with latest Shopify CLI ( 3.61.2)npm init @Shopify/app@latest...Receive this error:Command failed with exit code 1: npm installnpm error code EBADENGINEnpm error engine Unsupported enginenpm error engine Not compatible with your...
Thanks, I appreciate your reply.My issue is deeper; CLI3 has worked flawlessly for 6 months, but itnow errors out, thinking that I am running invalid Node v20.6.0.I'll sort it out! 
I am trying to run $ npm init @Shopify/app@latest but the process fails because the cli script believes I have an invalid node version.What version of node & npm work with the current shopify cli (v3.61.2)?
Will, Thanks for the update. I've since moved from Vite to the latest Shopify framework, Remix.Remix is offers a great deal with its server-side rendering.I am having some challenges getting the remiox platform to perform wellwith Shopify's redirect ...
I'd like to branch the channels-ui repo in order to make it compatible with the latest Polaris buildin order to support an app which uses the Marketplace Kit pattern. Though there is still a documentation (shopify/channels-ui-docs),  the original rep...
I would like to implement web hooks within the newest remix template, and am struggling to configure callback functions in this version.  Could anybody point me towards a working example; preferably using Pubsub as the DeliveryMethod.  Thanks!
Bogdan, I did solve this last spring; with a bit of trial and error: Note the proxy set in the vite config file, located in your front-end directory.vite.config.js============import { defineConfig } from "vite";import { dirname } from "path";import {...
Migrating my existing app from CLIv2 to CLIv3.Issue:CLI always overwrites my desired server Port 3000 with a random port in the 5xxxx range at runtime.Attempted Solutions:A)  Tried adding PORT=3000 to .envB) Tried adding PORT=3000 to the shopify.web....
AJ, Thank you for your reply. I’ve tried to work through the CLI migration guide in the past, with many permutations of PORT, SERVER_PORT and BACKEND_PORT in the shopify.web.toml files.  The CLI seems to still randomly insert its own port. I will wor...
I am in the process of converting an old project from CLIv2 to the new CLIv3 structure.My issue: CLI v3 seems to always randomly update the process.env.PORT to a 5xxxx number,and then configures the ngrok tunnel through this port.   I've tried forcin...
Thanks for getting back to me, Awwdam.For the time being, I've moved all of my page navigation into index.js, using React states to simulate routing.This is not the most efficient approach, but the SSR approach with Rails & Turbolinks probably won't ...
I recently upgraded my Node-React multi-page server-side rendered (SSR) app to use session token-based authentication.I can run each (of several) pages of my app individually as a single-page embedded app on Shopify, but I'd like to run all of my pag...
Note:Solved.Though my SubscriptionURL had been updated to "2021-10",I missed a separate Graphql Proxy.  It had a value of "July20" & not (2020-07), thus I had difficulty locating it.I updated the @Shopify/koa-shopify-graphql-proxy": "^6.0.1",  from t...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From