typeorm-pagination
typeorm-pagination copied to clipboard
Can't call paginate()
Hi!
I can't call paginate() in createQueryBuilder()
same for me
For me, it worked when I added the middleware right after calling the express() method
const app = express();
app.use(pagination);
I was having a similar problem of "paginate is not a function" when I was inserting the middleware after all the other ones.
For me, it worked when I added the middleware right after calling the express() method
const app = express(); app.use(pagination);
I was having a similar problem of "paginate is not a function" when I was inserting the middleware after all the other ones.
Hi this is not working for me.. any ideas?
Issue can be related to the typeorm version you are using at the moment it may work with typeorm version "typeorm": "^0.2.25",