Testing PayPal with Rails

孤街浪徒 提交于 2019-12-05 02:10:29

Try to Run ./ngrok http 3000 in the Directory where your Ngrok executable file is placed.

I ran into this when trying to install ngrok with apt-get on Ubuntu 14.

The packaged version (1.6) no longer works, because service for ngrok 1.x was discontinued in April 2016.

The ngrok 1.X service has shut down and all users are encouraged to upgrade to ngrok 2.0.

The easiest way to continue using ngrok is to upgrade to 2.0. ngrok 2.0 has been available for nearly a year and it is a faster, more stable and more powerful tool. I hope that you'll love it even more than the original.

Ubuntu 16 also ships ngrok 1.6, unfortunately.

The current version available for download at ngrok.com is 2.1.3, which works fine. ngrok is a single executable file, so all you need to do to install it is unzip and put it somewhere on your PATH.

I supposed you installed ngrok from package manager with this command

$ sudo apt-get install ngrok-client

But it no longer work because it's the 1.6 version.

You have to download a new version on official page. Then you can run it like this:

$ ./ngrok http 3000
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!