fknop / hapi-pagination

Hapi plugin to handle "custom" pagination

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to use Vision views within route with pagination on

apandre opened this issue · comments

I'm using hapi.js v17.x, and if I would like to output pagination result with a Vision based view, I'll get error.
If I tried to
return h.view('viewname', data);
it will throw error. Something about Array was expected.
Any advice?