Deploying to heroku troubleshooting
-
@dmcinnes So I found a solution! I changed a line in server.js to
server.listen(process.env.PORT || config.port);
and that seemed to work, it didn’t break my config file -
@gndimitro awesome!