📜  未能完成隧道连接 ngrok - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:18.258000             🧑  作者: Mango

代码示例1
ngrok shows this error when the local server is not running
start your server first and also check the server port as well as ngrok port

For example: i am using two servers WAMP && XAMPP
WAMP is on port 80
While
XAMPP is on port 8012

therefore the command will be

ngrok http 80 for WAMP folder
ngrok http 8012 for xampp folder