express icon indicating copy to clipboard operation
express copied to clipboard

Fast, unopinionated, minimalist web framework for node.

Results 391 express issues
Sort by recently updated
recently updated
newest added

``` cory@redbarchetta[03:41:13]~/.../Projects/YoctoVideo/backend$ npm run dev > [email protected] dev > npx dotenvx run -f .env.development -f .env -- node ./src/index.js [[email protected]] injecting env (9) from .env.development, .env /home/cory/Documents/Projects/YoctoVideo/backend/node_modules/path-to-regexp/dist/index.js:73 throw new TypeError(`Missing...

Doesn't return a file with special characters %23, %2A, etc. I'm working on a Node.js project to download files with names like: normal_00dc038225ac0372_cpd_%2A%23%2A00936154844019_19619_19119_18-53-44_2025-05-20-019B0282-10063123-00000001.mp3 and Express can't find it. Incoming request:...

This PR adds native HTTP/2 support to Express, allowing developers to leverage HTTP/2's performance improvements while maintaining Express's familiar API. Features : 1. Complete HTTP/2 integration with both plain and...

I have this complicated form and I send data from it. ```HTML Informacije o zgradi Adresa: Izgrađen: Spratnost: Parking: Garaža: Lift: Video nadzor: Interfon: Informacije o stanu Lokacija: Sprat: Površina:...

While catching up on GitHub notifications, I noticed that @krzysdz has been doing a great job helping to resolve issues within Express and assisting with the missing documentation. I'm not...

--- **NO MERGE BEFORE https://github.com/expressjs/.github/pull/18** --- This PR reflects that the active repo list and initiatives have been moved to another repository.

meta

### Feature Request: Ability to list routes with method + middleware, one entry per HTTP method #### Use case & goal In medium to large applications, it's often difficult to...

PR Description: Fix async error handling in view rendering This PR addresses an issue with error handling in the tryRender function related to async/await operations. The original implementation only properly...

This PR justs exists to run the CI of express with the changes from https://github.com/jshttp/on-finished/pull/56 cc: @bjohansebas @UlisesGascon