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
{{ message }}
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
HTTP 410 Issue when i try to authenticate with shopify like described in the readme file
@shopify/shopify-api version: 7.2.0
Node version:16.16.0
Operating system: Windows 11
Expected behavior
when i call shopify.auth.begin with sanitized shop url, ngrok address etc it should create a redirect url to shopify login screen for user to login
Actual behavior
but it actually returns http 410 error without any error message or any logs in the logger call back, i set logger as Debug and httpRequests as true, still it doesn't provide any logs related to this, so i can't find out what is wrong with it. i initiated shopify instance as described in the readme
Hey! The only place where we return a 410 response is if we get a request that looks like it was made by a bot - you should see a debug log around that.
It doesn't look like that's your case, but is there a chance your server is changing the incoming request headers (maybe some middleware?) before calling the API? I can see something like that confusing the library we use into thinking this is a bot request.
For context, we use the isbot package for this check.
We are closing this issue because we did not hear back regarding additional details we needed to resolve this issue. If the issue persists and you are able to provide the missing clarification we need, feel free to respond and reopen this issue.
We appreciate your understanding as we try to manage our number of open issues.
Issue summary
HTTP 410 Issue when i try to authenticate with shopify like described in the readme file
@shopify/shopify-api
version: 7.2.0Expected behavior
when i call shopify.auth.begin with sanitized shop url, ngrok address etc it should create a redirect url to shopify login screen for user to login
Actual behavior
but it actually returns http 410 error without any error message or any logs in the logger call back, i set logger as Debug and httpRequests as true, still it doesn't provide any logs related to this, so i can't find out what is wrong with it. i initiated shopify instance as described in the readme
Steps to reproduce the problem
it returns http 410 error without any response body or error message
The text was updated successfully, but these errors were encountered: