artooras
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎04-13-2024 09:15 AM
Topic Started
14
Topics Started
Topic Solutions
0
Solutions
Post Count
23
Posts
Post Kudos
11
Likes

Community Badges

Hi. I'm building a public app, and I followed the instructions in the Node+React tutorial to the t. I finished the setup until the end of part 3. Embed your app in Shopify, and I'm stuck with an issu...
No content to show

User Activity

I found some comments stating that Polaris should support SSR fully, however, I get errors when I try to do so. Here's a sandbox to recreate the issue. It's a Next.js app using their App router. Files/routes be default are server side rendered, unles...
I'm trying to retrieve a cart object with Liquid like so {{ cart | json }} According to official documentation, I should see the following structure:cart.items - array of line_itemsline_item.variant - a product variant objectHowever, there's no varia...
That was indeed it. Even though the server did not give me any timeout logs, but your keen eye was able to find the issue in my code very quickly. Thank you @chirag_viradiya !
I am builing a public app with Next.js, and I am observing a really strange behaviour which I am not able to debug. I have implemented the code to verify theme support for app blocks following the official example. If you look at the example code, th...
I'm really confused by the errors in production deployment I am facing, so I'm writing here in hopes that someone can point me to a potential issue. I'll start with a cliche - everything works fine in dev environment, i.e. on my localhost which I rou...
I can kind of understand the reasons behind invalidating tokens on uninstall. At the same time, it would also make sense to invalidate the tokens, say, 5 minutes after uninstall, to allow app developers to clean up their changes to the shop/theme.
I have successfully registered and receive app/uninstalled webhook events in my app. When I receive such an event, I want to remove the data that was added when my app was installed using the Admin API. The issue is that even though I am able to retr...
The public embedded app that I am developing currently has a sub-optimal user experience. The thing is, when the user launches my app, depending on whether the profile setup is complete or not, I redirect the user either to /signup or to /home route....
Hi. I'm trying to create a delegate access token as documented here, but I'm getting 400 Bad Request errors. Here's how I execute the call inside my auth/callback route (both shop and accessToken values are successfully retrieved):const shop = req.qu...
Hi Paul. Thanks for the quick reply. I am indeed building a public app, not a theme - probably should have clarified that in the question. The app adds a script to a store using scriptTagCreate. Then when the script is executed, in it I want to be ab...
Is there a way to access shop metafields on a product page from a script, i.e. a JS resource loaded on a product page?If not possible to do so directly, what is the best way to make an authenticated call to Shopify APIs to retrieve this information?
The documentation on embedded app navigation bar is rather limited, so I'd like to ask about some use cases to understand if this approach supports them.Can the navigation bar be displayed conditionally? Meaning that if after the user installs the ap...
Hi @PaulNewton , thanks for your response. Let me clarify the X, i.e. what I want to achieve in the first place. I want to show (or not show) my app widget on a product page depending on a condition, but in order to evaluate the condition for each pr...
Is there a way to use external data in liquid tags? For instance, if I wanted to do something like this{% if product.type == MY_VARIABLE_HERE %} You are buying some awesome shoes! {% endif %}where MY_VIARIABLE_HERE would be data that I fetched from...
This widget could not be displayed.
This widget could not be displayed.
Likes given to