No content to show
User Activity
Entendo, de qualquer forma, se precisar de ajuda profissional me envie uma mensagem
Hi @RyanWong There is an API Endpoint to handle with Metafields:https://shopify.dev/docs/api/admin-rest/2023-07/resources/metafield#get-metafields?metafield[owner-id]=382285388&metafield[owner-resource]=blog BTW there is an example of how to get pro...
08-15-2023
Hi, try to set the API Key on the system variables environment before "build", something like this:export SHOPIFY_API_KEY="YOUR KEY HERE"
npm run build if it still doesn't work, try to put all on the same command, like this:export SHOPIFY_API_KEY="YO...
Tente atualizar seu comando npm para: export SHOPIFY_API_KEY="SUA API KEY AQUI" && npm run build
Hi @mashkovtsev, I'm facing the same issue and don't have any information about this issue on the web, except for your post here... Did you figure out anything?
I'm facing the same issue, I assume that Shopify is issuing the JWT with an incomplete Payload. I checked the token from Checkout::PostPurchase::ShouldRender & Checkout::PostPurchase::Render methods, they are different because of payload content, but...