Alex Goretoy
Alex Goretoy
TypeError: Channel.cache(...).findAndCountAll is not a function ``` list(req, res) { const { page, limit, offset, order } = getPagination(req.query); // const Model = Channel.cacher.model(`Channel`).ttl(60); return Channel .cache(`list-channels-${qs.escape(req.query.q)}-${qs.escape(page)}-${qs.escape(limit)}-${qs.escape(offset)}-${qs.escape(order)}`) .findAndCountAll({ order: [...
**What happened?** When you navigate to the [/accounts](https://troo.tube/accounts) page, the page is empty. **What do you expect to happen instead?** Would be nice to populate this page with a list...
yarn install v1.17.3 [1/5] 🔍 Validating package.json... [2/5] 🔍 Resolving packages... [3/5] 🚚 Fetching packages... error [email protected]: The engine "node" is incompatible with this module. Expected version ">=4
```json { "error": "open frontend/dist/index.html: no such file or directory", "message": "Internal Server Error" } ```