GraphQL error: CustomerAccessTokenRenew access denied
See original GitHub issueWe’re starting to experience a critical bug with our customerAccessToken
renewal logic. It looks like the customerAccessTokenRenew
mutation is running into permission issues. There’s nothing in the documentation that implies special permissions required for this mutation.
Any help would be greatly appreciated @swalkinshaw. It’s only a matter of time before this starts to affect our customers, since their access tokens are bound to expire soon.
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
GraphQL error: access denied (Customers) - Shopify Community
I am building a public App, and wanted to get the list of all cutomers in my Development Store. But I am not...
Read more >GraphQL error: Access denied for orders field - Stack Overflow
I got this error to fetch orders with '@shopify/koa-shopify-auth'from a PUBLIC app. Uncaught (in promise) Error: GraphQL error: Access ...
Read more >RE: GraphQL response when access denied - Forums - Liferay
I am rather new to GraphQL with auth and in the frontend app I want to choose to send the user to a...
Read more >New error messages for GraphQL operations without ...
Currently, if an app does not have the required access scope, the error message returned is “access denied” . From 2020-07, the message...
Read more >Unable to integrate Shopify Storefront GraphQL API's into ...
However, I am getting "403 Forbidden" error. The same API is working in Postman. Step 1). Attach the "X-Shopify-Storefront-Access-Token" with ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for bringing this up though. Two improvements will likely come from it:
Ah gotcha. Seems a little weird to have a renewal mutation that only works with valid tokens. We’re going to refactor our code to create a new token if expired, and never renew.
Thanks for the prompt replies!