No content to show
User Activity
Hey y'all! I've been running into a frustrating issue where requesting the admin option from shopify sends me into an infinite authentication loop. Note: I am working off the remix boilerplate template Expected behavior:1. land at /app2. redirect to ...
03-29-2024
Hi there, I've been following the existing solutions for setting up the billing API that seems to generally work (https://github.com/marktiddy/Shopify-Remix-Billing-Demo/blob/main/app/routes/app._index.jsx) However, I'm getting a weird 302 error when...
Is this the "correct" solution, idk, but it worked and after two days of ANGST I will take it I was able to connect the widget by putting the graphql request in the app's loader function export const loader = async ({ request }: LoaderFunctionArgs)...
03-22-2024
Is this the "correct" solution, idk, but it worked and after two days of ANGST I will take it I was able to connect the widget by putting the graphql request in the app's loader functionexport const loader = async ({ request }: LoaderFunctionArgs) ...
Hi there, I could use clarification to step 5 in the documentation for setting up a web pixel (https://shopify.dev/docs/apps/marketing/pixels/getting-started#step-5-create-a-web-pixel-setting-for...) I understand that the create mutation must be call...
03-20-2024
Hi there, I could use clarification to step 5 in the documentation for setting up a web pixel (https://shopify.dev/docs/apps/marketing/pixels/getting-started#step-5-create-a-web-pixel-setting-for-the-store) I understand that the create mutation must ...
11-13-2023
Hi there! I played around with this some more and ultimately found that the issue was with my query string. This ended up working for me:`#graphql
query getProducts{
products(first: 10, reverse: true) {
edges {
node {
...
11-13-2023
Hi there, I am working with the basic typescript remix app and have only edited the app.__index.tsx. In this process, I've noticed an increasing number (30+) of these messages pop up when I run the app in my dev store: vendors-node_modules_dnd-kit_m...
11-10-2023
I ended up being able to do this by using a js function that toggled a hidden CSS class. Not going to call it the most elegant solution, but it works
11-10-2023
Been doing a bit more digging myself, in the shopify.server.js file it's referencing process.env, so I think we may need save the token in an env file somewhere; however, some of these values seem to be automatically set in the shopify.app.toml file ...
11-10-2023
I'm having the same error:In an app set up with Shopify CLI, a simple graphql query (near identical format to OP) is returning a 400. This set up seems to match the docs, so any input on how to get a simple query running in a shopify app would be a h...
10-09-2023
Update: Removing "export default" removed the error and triggered the print statement; however, no popup appeared When I put text in the span it appears and disappears on click; however, it stays within its block instead of centering on the page. Do ...
Hi there, I am trying to create theme app extension with the following behavior1. Text on a product page (think below product name) that prompts the user to click for more information2. A popup (ideally an iframe to an external URL, but that is not c...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
2165 | 03-22-2024 12:31 PM | |
1767 | 03-22-2024 12:31 PM | |
1056 | 11-10-2023 03:50 PM |