You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
at ServerResponse.setHeader (_http_outgoing.js:482:11)
at vary (/myproj/node_modules/vary/index.js:147:9)
at send (/myproj/node_modules/webp-middleware/index.js:24:3)
at sendAndSave (/myproj/node_modules/webp-middleware/index.js:30:3)
at /myproj/node_modules/webp-middleware/index.js:84:3
at suppressedCallback (fs.js:205:5)
at FSReqCallback.args [as oncomplete] (fs.js:146:20)
Looking at the headers around error time, Vary has already been set:
We might want to consider not to retry in case sent file failed... In the end, this will probably not solve your issue as it will fail anyhow.
Do you have an idea what can cause an error while sending the file? Are you able to provide a reproducible example?
Looking at the headers around error time,
Vary
has already been set:The text was updated successfully, but these errors were encountered: