We had added: ``` if (!res.writableEnded) { re...
# support-questions-legacy
r
We had added:
Copy code
if (!res.writableEnded) {
    res.status(404).send('Not found')
  }
At the ned.