初学者:shopify 本地环境配置遇见的问题 望解惑

按照官方文档安装完成以后运行问题:

没有端口返回

还会有这个问题

╭─ error ──────────────────────────────────────────────────────────────────────╮
│ │
│ request to https://{xxx}.myshopify.com/admin/api/unstable/themes.json │
│ failed, reason: read ECONNRESET │
│ │
╰───────────────────────────────────────────────────────────────────────

有老哥知道原因吗?

Win10系统:

shopify -cli:3.52

node.js:18.12.0

ruby:3.0.6

同样遇到 ECONNRESET、Client network socket disconnected before secure TLS connection was established 等问题,像是网络被墙了;使用vpn还是不行

我也遇到同样的问题,我是通过别的途径(theme-access)登录绕过这个问题
相关文档:https://shopify.dev/docs/themes/tools/theme-access

请问如何解决的?
目前,我是通过别的途径(theme-access)登录绕过这个问题。

有用!还有更好的解决办法吗

代理不完全,如果用Clash客户端的话,用TAP或者TUN模式从网络层把所有流量都代理掉,然后就可以。

用TAP或者TUN模式从网络层把所有流量都代理掉

请问下

从哪设置TAP或TUN

我用的Clash,在软件上就可以设置。详见油管 https://www.youtube.com/watch?v=Q9dzfPfhF3U

太棒了,解决了我的困扰

用了theme access 和 tun模式都连不上 ,报错,这个shopify本地开发怎么这么难搞。

request to https://theme-kit-access.shopifyapps.com/cli/admin/api/unstable
/themes.json failed, reason: connect ETIMEDOUT 198.18.0.7:443

Great, it solved my problem