在创建新的 Shopify 应用程序时如何修复此错误?

问题描述 投票:0回答:1

当我运行 dev 时出现此消息: “错误:无法启动 Cloudflare 隧道:无法创建新的快速连接错误=”无法拨打边缘 quic:超时:最近没有网络活动”

Could not start Cloudflare tunnel: Failed to create new quic connection error="failed to dial to edge with quic:
timeout: no recent network activity"
2023-11-11T07:01:55Z INF Retrying connection in up to 4s"

我什么也没尝试_

shopify shopify-app
1个回答
0
投票

最近cloudflare面临很多问题,我推荐使用ngrok

步骤->

  1. 安装 ngrok(如果还没有)
  2. 运行 ngrok :ngrok http {应用程序端口}
  3. 启动开发服务器:npm run dev -- --tunnel-url {ngrok url}:{应用程序端口}
© www.soinside.com 2019 - 2024. All rights reserved.