Check the port on which your app is running and which port you are running ngrok on . in my case i was running my app on 3000 and i was giving ngrok http 8080 instead of 3000 .
ngrok http 8080