You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with a fresh app, making an unauthenticated admin request as below, where example.myshopify.com is the shop url of a store where the app has been successfully installed, results in a GraphQL Client: Unauthorized error.
Yep, it does have the write_products scope. I scaffolded the app using the shopify app init command and added a route with the above graphql query, so everything is pretty standard other than that.
I've tried to replicate the issue by creating a new remix app, installing to my dev shop, and adding a new route with the code you shared. The unauthenticated request worked fine. Is there any reason you use unauthenticated instead of authenticate?
Starting with a fresh app, making an unauthenticated admin request as below, where
example.myshopify.com
is the shop url of a store where the app has been successfully installed, results in aGraphQL Client: Unauthorized
error.The text was updated successfully, but these errors were encountered: