Mohammed

Results 2 comments of Mohammed

@fasilminale Well heroku requires your app to listen on a port so you can make it work by adding this to the line in your index.js: `require("http").createServer((req, res)=>res.end("3")).listen(process.env.PORT);` At least...

@MKRhere Yeah, I had the same problem.