No content to show

User Activity

const queryExternalAPI = async (headers, query, variables = {}, reqQuery = {}) => { let jwt = headers.authorization?.split(' ')[1]; if (!jwt) { // delete reqQuery.path_prefix; const payload = { extensionParameters: reqQuery, } ...
Thanks for the suggestions. I will explore the form approach. I have another question. If the values are stored inside the JavaScript file, will users be able to use the co
I have a theme app extension to receive user input and perform some calculation on those inputs. My current approach is to create variables in the theme app extension javascript asset files to store the values users input into the input fields of the...
It turned out to be a package issue. The solution I found was to use pnpm instead of npm and set both of the shopify packages in package.json in the root directory to 3.48.2. I then remove the lock file and node_modules folder and run pnpm i again.
@1080 @abouda96 I replaced the package.json with https://shopify.dev/docs/apps/tools/cli/migrate#step-3-add-shopify-cli-as-a-project-dependency but still received the same error.
Hi I created a new Shopify app using `npm init @Shopify/app@latest -- --template=node` and was able to run `npm run dev`. However, after I create an extension with `npm run generate extension`, when I tried running `npm run dev` again, I started to r...
Hi, I noticed that my nodejs shopify app project contains three levels of packages.json. One is in the outer most level. Another one is inside the web folder. The last one is inside the frontend folder. Should I perform npm install for packages in di...
Hi, I am trying to deploy Shopify app to AWS ECS. My understanding is that I need to create a docker image first but I couldn't figure out how to write the Dockerfile. I am using the express template here https://github.com/Shopify/shopify-app-templa...
Hi, I want to integrate a static application security tool into the cicd pipeline of my Shopify app. My app consists of embedded app (React, Polaris, Express) and theme app extension (liquid, css, JavaScript). What vulnerability scanning tools do peo...
Hi, I have a Shopify app backend written using express. This backend needs to access an external database API to retrieve our app's business logic.  When the backend receives requests from the embedded frontend, it receives a session token jwt whose ...
Hi in setting up my app proxy, do I use the app's app url as the base url to build my app proxy url? When I do that I got a 200 response in html. It says the request is successful but didn't actually return the data from backend. 
Hi, I am building a Shopify app whose backend will call a custom api endpoint (let's call this EndpointB). EndpointB controls the database that powers the Shopify app we are building. I want to implement EndpointB so that it checks if the consumer is...
Hi, thanks for the reply. When you said take a look at WunderGraph, did you mean using this tool or use the same implementation method as them to achieve apollo client performance?A somewhat related question I have is that is it possible to use apoll...
Hi,I need to implement a authenticated fetch with periodic polling but only re-render the component when the polled data is different.It is easy with apollo client for a graphql endpoint. However, the boilerplate codes for authenticated fetch that Sh...
Hi, I am writing an app that has a custom action to do after a store owner has installed my app to their store. The configuration for auth looks like this:  auth: { path: "/api/auth", callbackPath: "/api/auth/callback", }  In the index.js file, I...
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
Likes given to