Focuses on API authentication, access scopes, and permission management.
Have review similar issues in below, but none solution could be helpful.
run an new project as 'npm run dev'. After shopipy partner logining process, an error message will be caught as below
request to https://accounts.shopify.com/oauth/token?grant_type=authorization_code&code=O │ │ Wd1akhyNFA3cmFkTEtOTlE2SCsrb1J2VnRwU1Y5VXpDM3ZrM0kzdjltYVhXTkRzWVN4SXNtdHIxMVhXUHN5eXJab │ │ 1lFdEo4S0hsRmQ0aklsMTRDdmxNcnE2SGhEMkhGVmFSZytmMzliemVJTnkvaHo4MTZVTTBZSjhnZmlRQit5Z1dEd │ │ 05lTjV0ZE9lczZ0b2R4QjRsSUFZOUVwMTFzUDRmYW5xKzRYQWZZSTBSV3E2R3VvZ0F1YWJJR3RTUzIxNWg5cmxQd │ │ UZOSzMzV3RKQktUK2llcFdNZnR1MFFvNG9nQ0pIaDBNSldVaEt0bmgrbS9id3ZkNTB1WCtqa3BjMjc1WVZnVkh5S │ │ XlZT1lFaS9HazcxRk01cFl5OEs3Z0FvRUhwT3g3TEJxdkFuTjNxUVE3WVJRL2N0YkRyV3dVbEJsVzMvV0YyZHlBP │ │ T0tLXd3Ukw0YTF1OWN1eGdLY2stLVMvRVJMWXQ2UjhGVWNNaWc2eGhjYWc9PQ&redirect_uri=http%3A%2F%2F │ │ 127.0.0.1%3A3456&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&code_verifier=dpM63oWPc9 │ │ JccD1OD83TlNypbHWRkhHgSXF_EYXwVEk failed, reason: connect ETIMEDOUT 185.146.173.20:443
If i visit the link directly https://accounts.shopify.com/oauth/token, I will get below message on page
The page you’re looking for could not be found Please make sure the web address is correct. Request ID: db31df8d-bca4-447a-a543-8626c452f752
The system works even in this morning. I developed a backend js with some bugs on auth and it just broken. I don't know if those things are related.
In addition, I use VPN for developing and the network works for web view.
Please kindly help. Thanks
Same here. The newest shopify cli 3.60.0 and new project.
╭─ error ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ request to │
│ https://accounts.shopify.com/oauth/token?grant_type=authorization_code&code=NnJCQU85SUgwVU8rRnlrWTBu... │
│ NxYWN4N1lKcDZVUG5UTmg1ejJrY3Y3d0VCaGFJamFybktXNWZHUitxdmFudXdxeW9MYXlTMDVpNStVanNTRDMvejVIUnhSTWdwZ2VES1A0M0VuYUszQnhoYnI1MEhuQ2xzZkluMkhTNXEwanox │
│ cXRVOUZXMWEzSi9TN1pOMGlFMk8zaURSK1NSSGdwTVl2R0lYYnJKZVRoUGNSRkFUVm1rekZEYjFTM01BSGpiQm9nRW5TUDJTaEYvL3RvL2Y5RElvclYyKzJLRi9BMElGa01lV2ZIV25IL0JFVE │
│ wwb3lVRWdRWXU4Z0RYdUc0dEFlb2FQTEEvTzZuY1JlK3JxbnBwK1k4R29kNkdwMm1yNUhma3ZXcWVBPT0tLWd0QlpTMW9pa1MwWnpJWkYtLUcyOUN1VXZtLzJjckRadlhkdnNsTEE9PQ&redir │
│ ect_uri=http%3A%2F%2F127.0.0.1%3A3456&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&code_verifier=gaI0s0Lth-qrG_Np52neTMkCLQiCM790Pac-yy-oUl8 │
│ failed, reason: connect ETIMEDOUT 185.146.173.20:443 │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
AggregateError [ETIMEDOUT]:
at internalConnectMultiple (node:net:1117:18)
at internalConnectMultiple (node:net:1185:5)
at Timeout.internalConnectMultipleTimeout (node:net:1711:5)
at listOnTimeout (node:internal/timers:575:11)
at process.processTimers (node:internal/timers:514:7)
ELIFECYCLE Command failed with exit code 1.
bob@bob-ubuntu:/media/bob/Work/workspace/netsuite-php$ shopify version
Current Shopify CLI version: 3.60.0
AggregateError [ETIMEDOUT]:
at internalConnectMultiple (node:net:1117:18)
at internalConnectMultiple (node:net:1185:5)
at Timeout.internalConnectMultipleTimeout (node:net:1711:5)
at listOnTimeout (node:internal/timers:575:11)
at process.processTimers (node:internal/timers:514:7)