question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

GraphQL error: CustomerAccessTokenRenew access denied

See original GitHub issue

We’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:closed
  • Created 6 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
swalkinshawcommented, Nov 2, 2017

Thanks for bringing this up though. Two improvements will likely come from it:

  • better description for this mutation
  • better error messages instead of just “access denied”
0reactions
nickdandakiscommented, Nov 2, 2017

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found