Connor-Skudlarek / portfolio

0 stars 0 forks source link

Server will not start on AWS after adding HTTPS and changing ports #1

Closed Connor-Skudlarek closed 9 months ago

Connor-Skudlarek commented 9 months ago

Changes:

Concerns:

Needs:

Connor-Skudlarek commented 9 months ago

Issue was that app.listen() in app.js already exists in /bin/www as "server.listen()", hence calling it twice on the same port.