Use the main repository issue tracker for framework bugs, docs corrections, and feature requests:
When filing an issue, include:
- Triva version
- Node.js version
- adapter choice if cache is involved
- a short reproduction
- expected behavior
- actual behavior
- stack traces or response payloads when available
If a page shows the wrong API shape, call out the exact route or file. The docs site is versioned, so it helps to include the URL you were viewing.
- Confirm you are using
new build(...), notawait build(...) - Parse request bodies with
await req.json()orawait req.text() - Check whether your cache adapter needs an external driver package
- Confirm HTTPS configs include both
ssl.keyandssl.cert