Addison Higham
Addison Higham
`res.header` is part of express's API, but there isn't any reason we couldn't use `res.setHeader` which is part of the node.js response class. I would totally take a PR for...
Thanks for the report and sorry for the issue! The Sync API in the portal is intended to account for this but appears we might be missing an edge case....
I am also hitting this issue, but it seems like the workaround suggested by @tom-bywild does not work as the code [here](https://github.com/askorama/orama/blob/main/packages/plugin-data-persistence/src/index.ts#L138) throws an exception when this method is accessed......