expressjs.com icon indicating copy to clipboard operation
expressjs.com copied to clipboard

Results 122 expressjs.com issues
Sort by recently updated
recently updated
newest added

## Problem & Background Hi there, we are Express.js users, and also serverless advocates. We found there are some issues about "lack of introduction to examples/cloud environment deploy issues", as...

enhancement

Hi there. It's 2020 and Express remains the most popular Node framework. However, we still have an obsolete docs site that doesn't meet today's design trends. I think it's time...

discuss
ideas

Currently the `res.clearCookie` API documentation leaves a lot to be desired, as it does not explain what "clearing a cookie" means and what the various options giving it to will...

enhancement
help wanted
doc

I set up something like this to troubleshoot an issue with "trust proxy": ```js app.set('trust proxy', ip => { console.log({ip}) return true }) ``` I noticed that each time I...

If you have suggestions, complaints, compliments, or any input on the new (professional) translations, please comment here. If there are significant comments on a particular language, we can open an...

help wanted
discuss

I found a lot of confusion in dev community especially about the logo of ExpressJS. I've found some are using ``ex`` (which is also favicon of expressjs) site. Is there...

question

None of the dropdowns show up on touchscreen. This is a problem because it prevents me from accessing a lot of pages. On properly working websites, the dropdowns appear either...

help wanted
investigate

This page: [`en/resources/open-source-using-express.md`](https://expressjs.com/en/resources/open-source-using-express.html) lists three arbitrary(?) projects, it seems weird to see these projects since thousands of application uses express. I guess we could remove this page entirely.

future

This was moved from: https://github.com/expressjs/express/issues/4033 It is regarding: http://expressjs.com/en/4x/api.html#req.route The current description of the route property says (emphasis added): > Contains the currently-matched route, **a string**. For example: However, it...

enhancement
help wanted

At , I see no mention of the error handling middleware, or even that 4-argument middleware exists. That page should have a mention (and a link to full documentation) just...

enhancement
help wanted