🤑 Join the Treehouse affiliate program and earn 25% recurring commission!

New No-Code Track! 🚀start learning today!

🌟 Dreaming of a bright future? 🎓 Ask about the Treehouse Scholarship program! 🚀

✨ Earn college credits in Cybersecurity, JS, HTML, CSS and Python

  • Treehouse Logo
  • Plans
    Chevron
    • For Individuals
    • For Businesses
    • For Schools
    • For Libraries
    • For Military
  • Library
    Chevron
    • All Courses
    • Tracks
    • College Credit
  • Techdegree
    Chevron
    • Overview
    • Front End Development
    • Full Stack JavaScript
    • Data Analysis
    • UX Design
    • Python
  • Community
    Chevron
    • Code Adventures
    • Discord
    • Forum
    • Success Stories
    • Treehouse Links
    • 100 Days of Code
  • Resources
    Chevron
    • Career Toolbox
    • CodeForward
    • Free Treehouse Near Me
    • Jobs
    • Blog
    • Support
    • About
  • For Individuals For Businesses For Schools For Libraries For Military
  • All Courses Tracks College Credit
  • Overview Front End Web Development Full Stack JavaScript Python Development Data Analysis UX Design
  • Code Adventures Discord Forum Success Stories Treehouse Links 100 Days of Code
  • Career Toolbox CodeForward Free Treehouse Near Me Jobs Blog Support About
  • Sign In
  • Free Trial
Instagram Twitter Facebook YouTube LinkedIn
    • Newest
      • Newest
      • Active
      • Unanswered
      • Featured
    • All Topics
      • All Topics
      • • General Discussion
      • • AI
      • • Android
      • • APIs
      • • Coding for Kids
      • • College Credit
      • • Computer Science
      • • CSS
      • • Data Analysis
      • • Databases
      • • Design
      • • Development Tools
      • • Digital Literacy
      • • Game Development
      • • Go Language
      • • HTML
      • • Java
      • • JavaScript
      • • Learning Resources
      • • Machine Learning
      • • No-Code
      • • PHP
      • • Professional Growth
      • • Python
      • • Quality Assurance
      • • React
      • • Ruby
      • • Security
      • • Swift
  • Ceri Woolway
    Ceri Woolway
    4,682 Points

    What is the point of middleware that runs on only one route?

    Posted September 7, 2022 8:56am by Ceri Woolway
    Ceri Woolway
    4,682 Points
    • JavaScript
    • Express Basics
    • Middleware
    • Middleware Sequence and Routing

    2 Answers

  • Amani Wainaina
    Amani Wainaina
    6,722 Points

    ERR_TOO_MANY_REDIRECTS

    Posted January 18, 2022 7:12pm by Amani Wainaina
    Amani Wainaina
    6,722 Points
    • JavaScript
    • Express Basics
    • Middleware
    • Middleware Sequence and Routing

    14 Answers

  • Tom de Visser
    Tom de Visser
    1,357 Points

    Middleware vs performance

    Posted September 19, 2020 2:09pm by Tom de Visser
    Tom de Visser
    1,357 Points
    • JavaScript
    • Express Basics
    • Middleware
    • The `next` function and a Closer Look at Middleware

    2 Answers

  • Trevor Maltbie
    seal-mask
    .a{fill-rule:evenodd;}techdegree seal-36
    Trevor Maltbie
    Full Stack JavaScript Techdegree Graduate 17,021 Points

    "one two" prints twice each.

    Posted August 5, 2020 4:53am by Trevor Maltbie
    .a{fill-rule:evenodd;}techdegree seal-36
    Trevor Maltbie
    Full Stack JavaScript Techdegree Graduate 17,021 Points
    • JavaScript
    • Express Basics
    • Middleware
    • Middleware Sequence and Routing

    2 Answers

  • Carlos Chavez
    Carlos Chavez
    5,691 Points

    Is Express a middleware in itself?

    Posted July 29, 2020 11:43am by Carlos Chavez
    Carlos Chavez
    5,691 Points
    • JavaScript
    • Express Basics
    • Middleware
    • What is Express Middleware?

    0 Answers

  • vamosrope14
    vamosrope14
    14,932 Points

    Does this mean the order in which you write your requests matter?

    Posted August 8, 2019 7:31pm by vamosrope14
    vamosrope14
    14,932 Points
    • JavaScript
    • Express Basics
    • Middleware
    • Handling 404 Errors

    1 Answer

  • vamosrope14
    vamosrope14
    14,932 Points

    Why do I not get the same error screen showing on my browser?

    Posted August 7, 2019 7:52pm by vamosrope14
    vamosrope14
    14,932 Points
    • JavaScript
    • Express Basics
    • Middleware
    • Handling Errors in an Express App

    1 Answer

  • Julianna Kahn
    Julianna Kahn
    20,702 Points

    Error code 500 prints out on the page as the code says but Dev Tools show a status of 304.

    Posted June 4, 2019 8:35pm by Julianna Kahn
    Julianna Kahn
    20,702 Points
    • JavaScript
    • Express Basics
    • Middleware
    • Error Handling Middleware

    1 Answer

  • Tegar Putra
    Tegar Putra
    5,820 Points

    what exactly middleware?

    Posted January 19, 2019 11:45pm by Tegar Putra
    Tegar Putra
    5,820 Points
    • JavaScript
    • Express Basics
    • Middleware
    • What is Express Middleware?

    1 Answer

  • Shehan Dissanayake
    Shehan Dissanayake
    19,119 Points

    res.locals

    Posted June 6, 2018 4:03am by Shehan Dissanayake
    Shehan Dissanayake
    19,119 Points
    • JavaScript
    • Express Basics
    • Middleware
    • Error Handling Middleware

    1 Answer

  • Sean Flanagan
    Sean Flanagan
    33,236 Points

    Wrong error message

    Posted March 28, 2018 12:46am by Sean Flanagan
    Sean Flanagan
    33,236 Points
    • JavaScript
    • Express Basics
    • Middleware
    • Handling 404 Errors

    4 Answers

  • Daniel Stein
    Daniel Stein
    90 Points

    hi I'm getting a Can't set headers after they are sent. trying to send a res.send

    Posted November 29, 2017 12:27am by Daniel Stein
    Daniel Stein
    90 Points
    • JavaScript
    • Express Basics
    • Middleware
    • Handling 404 Errors

    1 Answer

  • Peter Lu
    Peter Lu
    10,612 Points

    Why do you need the res.status(err.status) line to pass the value to the template?

    Posted September 15, 2017 8:02pm by Peter Lu
    Peter Lu
    10,612 Points
    • JavaScript
    • Express Basics
    • Middleware
    • Error Handling Middleware

    2 Answers

  • Peter Lu
    Peter Lu
    10,612 Points

    When would you use multiple app.use, and when would you use multiple functions in one app.use?

    Posted September 15, 2017 1:51am by Peter Lu
    Peter Lu
    10,612 Points
    • JavaScript
    • Express Basics
    • Middleware
    • Middleware Sequence and Routing

    2 Answers

  • Nicholas Gaerlan
    Nicholas Gaerlan
    9,501 Points

    Is req an object with more global scope?

    Posted September 6, 2017 5:24am by Nicholas Gaerlan
    Nicholas Gaerlan
    9,501 Points
    • JavaScript
    • Express Basics
    • Middleware
    • Middleware Sequence and Routing

    4 Answers

  • Alexei Parphyonov
    Alexei Parphyonov
    34,128 Points

    Don't get 'One and a half' printed to the console

    Posted August 10, 2017 5:06pm by Alexei Parphyonov
    Alexei Parphyonov
    34,128 Points
    • JavaScript
    • Express Basics
    • Middleware
    • Middleware Sequence and Routing

    1 Answer

  • Stanislaus Slupecki
    Stanislaus Slupecki
    1,986 Points

    Express handling 404 errors: 404 middleware not working

    Posted July 17, 2017 5:24pm by Stanislaus Slupecki
    Stanislaus Slupecki
    1,986 Points
    • JavaScript
    • Express Basics
    • Middleware
    • Handling 404 Errors

    6 Answers

  • Shane Unger
    Shane Unger
    9,401 Points

    What did Andrew mean by the use of closures?

    Posted June 26, 2017 2:56am by Shane Unger
    Shane Unger
    9,401 Points
    • JavaScript
    • Express Basics
    • Middleware
    • The `next` function and a Closer Look at Middleware

    2 Answers

Posting to the forum is only allowed for members with active accounts.
Please sign in or sign up to post.

    Treehouse

  • About
  • Blog
  • Careers
  • Community
  • Stories
  • Shop
  • Contact
  • Gift Card

See Full Catalogue

Techdegree

  • Front End Web Development
  • Full Stack JavaScript
  • Python Development
  • Data Analysis
  • UX Design

Tracks

  • Learn to Code for Beginners
  • Beginning Python
  • Beginning SQL
  • Beginning Java
  • ...see more

Courses

  • JavaScript Basics
  • Intro to HTML & CSS
  • Python Basics
  • CSS Layout
  • ...see more

Explore

  • Plans
  • Affiliates
  • Perks
  • Free Treehouse Near Me
  • Treehouse for Libraries
  • Treehouse for Businesses
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
  • Instagram
Terms & Conditions | Privacy

© 2025 Treehouse Island, Inc.