No content to show
User Activity
01-04-2024
I, too, encountered the same issue.For me, it turned out that the scopes defined in the shopify.app.toml file differed from the SCOPES environment variable (used at https://github.com/Shopify/shopify-app-template-remix/blob/0c3a7b15e3f6dfe4c8c3d648c...
I found "Shared secret" mentioned here in the Partner Dashboard page.(I'm curious why this information isn't included in the documentation )
Hi Liam, I got it.That workaround works for me! Thanks a lot.
Hi Liam, Thank you for your response!After adding a `code` field to `userErrors` to check the error code, I encountered an "Internal Server Error" from the server.
12-18-2023
I would like to use App-data metafields and tried it. But "Unexpected error" occurred when I executed `metafieldsSet` mutation according to this document. The steps are: Create a Shopify app and create an access token including all access scopes.Retr...
@mason225 Wow! Your method worked for me too. Thank you so much!Moreover, after deploying once, the changes now reflect in the theme editor without having to deploy every time I modify a file. But I think this is a bug in the Shopify CLI. 樂
08-17-2023
Hello. I've just started Shopify Theme App Extensions development.According to the great tutorial, the example app blocks ("Star Rating") worked in my development store! The steps are:Run `npm run shopify app generate extension`Run `npm run dev`Insta...