We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the latest version 7, Restify no longer uses server.router.render, and I'm of course getting undefined when numbersOnly: false :(
server.router.render
undefined
numbersOnly: false
Any chance we can have this fixed for 7?
The text was updated successfully, but these errors were encountered:
I user restify 7.2.2 and received an error when try to use: res.paginate.getLinks(doc.count); or res.paginate.send(doc.results, doc.count);
Error is: TypeError: server.router.render is not a function
Sorry, something went wrong.
This is actually pretty sad, same thing here
This plugin relies entirely on the render method from the router. Restify 8 re-introduces this method and fixes this issue.
render
This has been a problem for more than one plugin or application
No branches or pull requests
In the latest version 7, Restify no longer uses
server.router.render
, and I'm of course gettingundefined
whennumbersOnly: false
:(Any chance we can have this fixed for 7?
The text was updated successfully, but these errors were encountered: