No content to show

User Activity

I can confirm that this works. When I attempted to load the app, the CSS file was initially served from cache with no content. However, my script reloaded the CSS file, which resolved the issue. I believe this might be a broader issue on Shopify’s si...
Oh yes, I’ve checked, and this is coming from Shopify’s CDN. It looks like Shopify is preloading the Polaris CSS for some reason. It’s best to define your own CSS variable and check against that instead.:root { --your-app-version: "1.0.0"; } getCom...
I did some digging and discovered something interesting. It turns out that when opening the app, the browser sometimes treats the CSS file as if it’s already cached, even though its content size is reported as -1. I'm not entirely sure why this happe...
I'm importing the way you've described: import '@shopify/polaris/build/esm/styles.css'; Refreshing the browser helps, but if I navigate to other pages in the Shopify admin and then return to the app, it remains broken. For some reason, a full browser...
I started experiencing the same issue myself, and users report it occasionally as well. I’ve spoken with other app developers, and they’ve confirmed encountering the same problem.This all started since migrating to a new Shopify's app bridge. It was ...
 I am writing a theme block applicable only to the product template, and I want this block to be visible only for product variants that have a certain metafield. One approach that works for now is to loop through all product variants in Liquid and cr...
This is particularly true, especially when considering that each key must be unique. To update a metafield now requires querying it first and then performing the update—two operations instead of one. If there are multiple updates, this doubles the nu...
I don't want to spread negativity as well but this answer has many valid cases described.
Also, are there any plans to introduce change history for product updates?Currently, it's challenging to troubleshoot issues when multiple apps update the same product. Customer support often tells merchants that it's the app's fault without trying t...
Since the REST API is being deprecated, are there any plans to improve the stability of the products and productVariants queries?Problems I have encountered:There is no way to query products by multiple categories other than using the category query ...
What is the recommended method for retrieving product information based on their handle when developing an app embed?I'm aiming to create an app (theme extension) that identifies all products on the current page and displays a badge accordingly. Sinc...
I have the same question as well.
I agree with that. Bulk updating variants for multiple products would be the expected behavior of this endpoint. It's very limiting to only allow bulk updates for a single product. At the very least, improve its data validation; when a non-existing v...
Modal itself brings little value to me. All I want is to be able to reuse Shopify's customer support functionality. Modal itself only allows collecting messages from the merchant. Sending that message to my email is what is important and I don't thin...
Hello Liam,I would like to open a "Get support" modal that is built in Shopify where users can send a support ticket for the app. If I had to implement this myself I would have to implement logic in the backend that would allow sending support ticket...
This widget could not be displayed.
This widget could not be displayed.