Application failed to respond
hasanmuradi
PROOP

a year ago

always getting this when i deploy node js
app.listen(process.env.PORT || 3000, () => {
console.log(Server is running on port ${port});
});

i added PORT in the variable and i changed the port in the Public Networking

Solved

4 Replies

hasanmuradi
PROOP

a year ago

f874926a-b6fc-47c7-988c-21d5e866588b


brody
EMPLOYEE

a year ago

I think you are pushing your node_modules folder to GitHub, delete the folder from GitHub and make sure it's in your .gitignore


hasanmuradi
PROOP

a year ago

thank you solved


brody
EMPLOYEE

a year ago

!s


Status changed to Solved brody about 1 year ago


Loading...