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

πŸ€‘ 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

πŸ€‘ Join the Treehouse affiliate program and earn 25% recurring commission!

  • 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
    • Showing results for:
    • JavaScript
    • Express Basics
    • Middleware
    • Close
  • Ceri Woolway
    Ceri Woolway
    4,682 Points

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

    Posted on Sep 7, 2022 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 on Jan 18, 2022 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 on Sep 19, 2020 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 on Aug 5, 2020 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 on Jul 29, 2020 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 on Aug 8, 2019 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 on Aug 7, 2019 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 on Jun 4, 2019 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 on Jan 19, 2019 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 on Jun 6, 2018 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 on Mar 28, 2018 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 on Nov 29, 2017 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 on Sep 15, 2017 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 on Sep 15, 2017 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 on Sep 6, 2017 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 on Aug 10, 2017 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 on Jul 17, 2017 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 on Jun 26, 2017 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.