遇到ngrok错误:
客户端无法建立与本地地址的连接。
我正在同一端口上的另一个终端中运行本地服务器(8081)。我还使用postman确认服务器在我的本地计算机上正常运行。
还有什么会导致此错误?
我有一台2015年初的Macbook Pro 13英寸运行Sierra。
答案 0 :(得分:0)
当我在使用Rails应用程序时,我想在 ngrok 上运行它,但我得到了以下错误
The connection to http://xxxxxx.ngrok.io was successfully tunneled to your ngrok client, but the client failed to establish a connection to the local address localhost:3000.
似乎ngrok工作正常,但我的本地服务器不行。这是真的,因为我忘记首先运行我的rails应用程序$ rails s
。通过这样做,我能够使ngrok隧道工作正常。
确保首先运行本地服务器。祝你好运。