Shopify / shopify-app-js

MIT License
275 stars 107 forks source link

Getting The Error 403 from the Shopify @shopify/shopify-api/node_modules/node-fetch/lib #1115

Closed adventuretocode closed 2 months ago

adventuretocode commented 3 months ago

Issue summary

Before opening this issue, I have: Check on repo issue not found the similer issue.

If you report this error, please include this id: 7b57a278-39f7-4276-aa64-32c520d94fbe-1719408957

Expected behavior

Shopify Api and Auth call work properly or it show the Correct full error ?

Actual behavior

What actually happens? Shopify app is not loading

Steps to reproduce the problem

  1. Create New Shopify app with CLI
  2. do the appp installing in dev store after few day app is not loading

Debug logs


 request to https://***-dev-app-runing.myshopify.com/admin/oauth/access_token failed, reason: 
    at ClientRequest.<anonymous> (/home/*****/node_modules/@shopify/shopify-api/node_modules/node-fetch/lib/index.js:1501:11)
    at ClientRequest.emit (node:events:519:28)
    at TLSSocket.socketErrorListener (node:_http_client:500:9)
    at TLSSocket.emit (node:events:519:28)
    at emitErrorNT (node:internal/streams/destroy:169:8)
    at emitErrorCloseNT (node:internal/streams/destroy:128:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  type: 'system',
  errno: 'ETIMEDOUT',
  code: 'ETIMEDOUT'
}
![Uploading Shopify api - Error -- 400 Bad req -- Screenshot.png…]()
matteodepalo commented 3 months ago

Hi @adventuretocode from your log there seems to have been a timeout. Could you try re-running dev to see if the issue persists?

github-actions[bot] commented 2 months ago

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.