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

The documentation of `res.send` says: > This method performs many useful tasks for simple non-streaming responses: For example, it automatically assigns the Content-Length HTTP response header field (unless previously defined)...

Hi, The following does not work as written in the documentation: https://expressjs.com/en/5x/api.html ``` app.all('*', requireAuthentication, loadUser) ``` This is because you are at a newer version of path-to-regexp https://github.com/pillarjs/path-to-regexp#compatibility-with-express--4x so...

5.x

some pages were translated into Uzbek

localization

In the documentation (express 4.x) for [`req.acceptsLanguages`](https://expressjs.com/en/4x/api.html#req.acceptsLanguages), it states that: >Returns the first accepted language of the specified languages, based on the request’s Accept-Language HTTP header field. If none of...

Upon resizing the viewport to have the hamburger appear, if you click on the hamburger to populate the dropdown and then close the dropdown, upon resizing the viewport to show...

bug

font size of heading "Route Parameters" is slightly low as compared to others respective headings like for eg. Route handle , Route Path etc to be more specific visit https://expressjs.com/en/guide/routing.html

When I follow installation guide on this link https://expressjs.com/en/guide/database-integration.html#sqlite I get error fs module not found People on StackOverFlow advice to downgrade from React latest to React 4 https://stackoverflow.com/questions/70591567/module-not-found-error-cant-resolve-fs-in-react Is...

question

On the following page, https://expressjs.com/en/guide/debugging.html#resources, maybe mention that you can debug Express with tools like VSCode. Thanks! I was using console.log() for debugging. :| Related [question](https://stackoverflow.com/a/74690816/441016).

The `snyk wizard` command, shown in the [Production Best Practices: Security guide](http://expressjs.com/en/advanced/best-practice-security.html#ensure-your-dependencies-are-secure), is not available in recent snyk CLI releases dated 31 March 2022 onward. More on this in [snyk...

Inside the Catching Errors section, the sentence starting from line 64 to 65 it says 'If the callback in a sequence provides no data, only errors, you can simplify this...

pr