Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7698515
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T22:15:37+00:00 2026-05-31T22:15:37+00:00

I am having trouble deploying express app on nodester. After successfully running the default

  • 0

I am having trouble deploying express app on nodester.

After successfully running the default hello world app of nodester I ran the following commands on nodester CLI

nodester npm install express

Thereafter I installed the express on the local git of my app

npm install express  
express  
mv app.js server.js // Changed the port from 3000 to the port given to me
git add .
git commit -m 'message'
git push origin master

I seem to have followed all the instructions given by various blogs but when I hit the url (http://dlq.nodester.com) the app shows offline.

Even though running the same app locally does the job. i.e. node server.js runs the app on my local (hitting the url shows Express page). Same app when pushed to nodester doesn’t seem to work.

Kindly help

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T22:15:38+00:00Added an answer on May 31, 2026 at 10:15 pm

    Update:

    A Nodester Core Developer (alejandromg on IRC) has taken a look at your problem. You were having a merge problem within your git repository. It seems to have been a merge conflict. You can find the gist of your git merge conflict on GitHub. Alejandro was kind enough to resolve the conflict on the Nodester platform. Your app should now be running flawlessly on http://dlq.nodester.com/.

    I will keep the rest of the answer as a possible way to solve this problem.


    Hello fellow Nodester(er)!

    Nodester, as a PaaS, uses internal port translation to allow every Nodester app to run on port 80, so that it can be easily accessed from the web. Since Nodester is running on a single EC2 instance, we assign you a certain port. That port will be internally forwarded to your dlq.nodester.com:80, but your app will have to use the one issued by Nodester.

    I am aware you changed your port, but try using the alternate method described below.

    You can access the port you were assigned by running nodester app info dlq. It should show you that your app is either running or stopped and the port.

    To tell Express to use the port (as mentioned on the Help page (check the FAQ section), you can use either the number and hardcode it or take the environment variable that every Nodester app can access for itself.

    This should work:

    app.listen(process.env['app_port'] || 80)
    

    Or

    app.listen(process.env.port)
    

    The first one allows you to develop locally on port 80 (or whichever you chose), the latter will need you to set an environment variable that contains either a string or a number of the port that you were issued.

    Change that, push your code to Nodester (which seems to work, I’m glad!). After that, the app should start automatically and (hopefully) work. If you still run into problems, let us know here of on the Nodester IRC channel #nodester on irc.freenode.org or use the webchat client.

    Additional Troubleshooting:

    You seem to have used the nodester npm command incorrectly (judging by your information up there). It should be:

    nodester npm install dlq express
    

    (Thanks to Chris for that hint)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After deploying an app of Heroku I am having trouble getting the database populated
I am having trouble with deploying rails 3.1. app to heroku. After some research,
I'm running a tomcat-6 server on Gentoo. I'm having trouble deploying Nexus to my
I'm having trouble getting django-social-auth to work with a Django app that I'm deploying
Having trouble installing play! on windows. Following the installation guide on: http://www.playframework.org/documentation/1.2.4/install After installing
Hey all, I'm having some trouble setting up my grails application. Running the app
I am having a lot of trouble deploying a simple rails3.1 app. It seems
I'm having trouble deploying .NET application which uses Microsoft Access automation. I've installed the
I'm having some serious trouble properly deploying Web Application Bundle (OSGi-fied WAR) on GlassFish
Having trouble with the following segment of code. I'm getting a parameter count mismatch.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.