Answers for "failed to complete tunnel connection ngrok"

1

failed to complete tunnel connection ngrok

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
Posted by: Guest on June-23-2020

Browse Popular Code Answers by Language