-
Notifications
You must be signed in to change notification settings - Fork 699
Allow removing default headers #826
Copy link
Copy link
Open
vercel/schemas
#89Description
Description
I think this is a regression, as it was added in vercel/serve-handler#45, and there appears to be tests for it.
If I try to launch serve with the following config:
{
"headers": [
{
"source": "**/*.*",
"headers": [
{
"key": "Content-Disposition",
"value": null
}
]
}
]
}It fails with:
ERROR The configuration you provided is invalid:
must be string
{"type":"string"}
Library version
14.2.4
Node version
v22.18.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.