issues Search Results · repo:vercel/serve-handler language:JavaScript
Filter by
97 results
(122 ms)97 results
invercel/serve-handler (press backspace or delete to remove)We just stumbled across the issue where we needed to create a file dynamically and serve it.
Our usecase: We need to inject environment variables from the server prefixed by REACT_APP_. I guess the normal ...
lmeysel
- Opened on Apr 22
- #223
How is this able to identify if json is actually json without having Content-Type (the browser correctly knows a file is
a json even without Content-Type)
LoryPelli
- 2
- Opened on Nov 9, 2024
- #221
Hello Team,
Mend Bolt tool is showing vulnerability in package path-to-regexp-2.2.1.tgz with [CVE-2024-45296]
Vulnerability is raised from the path-to-regexp@2.2.1 module which is used as a transitive ...
SrideviE50254
- 5
- Opened on Sep 17, 2024
- #212
npm audit report
path-to-regexp 0.2.0 - 7.2.0 Severity: high path-to-regexp outputs backtracking regular expressions -
https://github.com/advisories/GHSA-9wv6-86v2-598j fix available via npm audit fix ...
Juraj-Masiar
- 5
- Opened on Sep 10, 2024
- #211
Run with configured redirects with the specified port:
redirects : [
{
source : /api/endpoint ,
destination : http://redirect-url:20000/endpoint
}
]
Fails with:
INFO Gracefully ...
introverso
- Opened on Sep 5, 2024
- #210
the version of minimatch used in serve-handler has a security vulnerability. It has to be updated to the latest version.
gblessy
- 1
- Opened on Feb 1, 2024
- #206
I think serve-handler isn t implementing RFC 5987 correctly.
When I attempt to serve a file with the name DALL·E 2024-01-17.png (note the bullet point) I get the following error:
$ node server.js
Server ...
djotto
- 1
- Opened on Jan 29, 2024
- #205
This library depends on the fast-url-parser package which depends on the punycode builtin module... but since
Node.js 21, this module is deprecated:
(node:4284) [DEP0040] DeprecationWarning: The `punycode` ...
cedx
- 6
- Opened on Oct 18, 2023
- #204
Hello, I am using create-react-app to generate my build folder for my SPA and I want to serve a single, standalone html
file called health.html that is also in the public folder, like so: image
A request ...
Matthematic
- 2
- Opened on Jun 13, 2023
- #200
Using the headers option works fine for file.js but for file.js.map the headers never get applied...
await serveHandler(req, res, {
public: outdir,
headers: [
{
...
ianstormtaylor
- 1
- Opened on Nov 16, 2022
- #195

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.